Color Hex Logo

#6306ee Color Hex

#6306EE
(99,6,238)
0 Favorites   0 Comments

Color spaces of #6306ee

RGB 996238
HSL0.730.950.48
HSV264°97°93°
CMYK 0.580.970.00   0.07
XYZ20.64338.955981.5296
Yxy8.95590.18580.0806
Hunter Lab29.926470.7585-140.5774
CIE-Lab35.899276.8465-92.1322

#6306ee color RGB value is (99,6,238).

#6306ee hex color red value is 99, green value is 6 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6306ee hue: 0.73 , saturation: 0.95 and the lightness value of 6306ee is 0.48.

The process color (four color CMYK) of #6306ee color hex is 0.58, 0.97, 0.00, 0.07. Web safe color of #6306ee is #6600ff. Color #6306ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000110 11101110
Octal 143 6 356
Decimal 99 6 238
Hex 63 6 EE

RGB Percentages of Color #6306ee

%28.86
%1.75
%69.39

CMYK Percentages of Color #6306ee

%58
%97
%0
%7

Triadic Colors of #6306ee

#6306ee #ee6306 #06ee63

Analogous Colors of #6306ee

#6306ee #d706ee #061dee

Monochromatic Colors of #6306ee

#6306ee

Complementary Color

#6306ee #91ee06

#6306ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6306ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6306ee Color CSS Codes

.mybgcolor {background-color:#6306ee; } 
.myforecolor {color:#6306ee; }
.mybordercolor {border:3px solid #6306ee; }

#6306ee Text Font Color

<p style="color:#6306ee">Text here</p>

This sample text font color is #6306ee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6306ee Background Color

<div style="background-color:#6306ee">
Div content here</div>

This div background color is #6306ee


#6306ee Border Color

<div style="border:3px solid #6306ee">
Div here</div>

This div border color is #6306ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,6,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6306ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6306ee;
  -webkit-box-shadow: 1px 1px 3px 2px #6306ee;
  box-shadow:         1px 1px 3px 2px #6306ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,6,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6306ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6306ee;
  -webkit-box-shadow: 1px 1px 3px 2px #6306ee;
  box-shadow:         1px 1px 3px 2px #6306ee;">
Div content here</div>

This div box has shadow with color #6306ee


Comments

No comments written yet.

Please login to write comment.