Html Css Color HEX #6606FF Electric Indigo

📋 copy color: '#6606FF'

red 102 ◦ green 6 ◦ blue 255

#6606FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #6606FF

Tints of Electric Indigo #6606FF

RGB

 RED value IS 102 (40.23% from 255) = 28.1%

 GREEN value IS 6 (2.73% from 255) = 1.65%

 BLUE value IS 255 (100% from 255) = 70.25%

R = 28.1%
G = 1.65%
B = 70.25%

CMYK

 C value IS 0.6

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6606FF (or 0x6606FF) is known color: Electric Indigo. HEX triplet: 66, 06 and FF. RGB value is (102,6,255). Sum of RGB (Red+Green+Blue) = 102+6+255=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #6606FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6606FF is #99F900. Grayscale: #3E3E3E. Windows color (decimal): -10090753 or 16713318. OLE color: 16713318.

HSL color Cylindrical-coordinate representation of color #6606FF: hue angle of 263.13º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6606FF is Cyan = 0.6, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 6 255 -
CMYK 0.6 0.98 0 0
HSL 263.13º 1% 0.51% -
HSV(B) 263.13º 0.98% 1% -
XYZ 23.59 10.18 95.33 -
YUV 63.09 236.3 155.75 -
System Red Green Blue C M Y K H S L
Decimal 102 6 255 0.6 0.98 0 0 263.13 1 0.51
Hex 66 6 FF 3C 62 0 0 107 64 33
Octal 146 6 377 74 142 0 0 407 144 63
Binary 1100110 110 11111111 111100 1100010 0 0 100000111 1100100 110011

Color Harmonies of #6606FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6606FF

Black with #6606FF

Text Example


Text Example

White with #6606FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6606FF; }

 p { color: rgb(102,6,255); }

 H1.HeaderClassName
 {
   color: #6606FF;
 }
 .AnyTagClassName
 {
   color: #6606FF;
 }
</style>

background-color css

<style>
 a { background-color: #6606FF; }

 a { background-color: rgb(102,6,255); }

 div.DivClassName
 {
   background-color: #6606FF;
 }
 .BgClassName
 {
   background-color: #6606FF;
 }
</style>

border-color css

<style>
 span { border-color: #6606FF; }

 span { border-color: rgb(102,6,255); }

 td.TdClassName
 {
   border-color: #6606FF;
 }
 .TagClassName
 {
   border-color: #6606FF;
 }
</style>