Html Css Color HEX #6602FF Electric Indigo

📋 copy color: '#6602FF'

red 102 ◦ green 2 ◦ blue 255

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

Shades of Electric Indigo #6602FF

Tints of Electric Indigo #6602FF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 28.41%
G = 0.56%
B = 71.03%

CMYK

 C value IS 0.6

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6602FF (or 0x6602FF) is known color: Electric Indigo. HEX triplet: 66, 02 and FF. RGB value is (102,2,255). Sum of RGB (Red+Green+Blue) = 102+2+255=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #6602FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6602FF is #99FD00. Grayscale: #3B3B3B. Windows color (decimal): -10091777 or 16712294. OLE color: 16712294.

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

Color convert

RGB 102 2 255 -
CMYK 0.6 0.99 0 0
HSL 263.72º 1% 0.5% -
HSV(B) 263.72º 0.99% 1% -
XYZ 23.55 10.09 95.31 -
YUV 60.74 237.63 157.43 -
System Red Green Blue C M Y K H S L
Decimal 102 2 255 0.6 0.99 0 0 263.72 1 0.5
Hex 66 2 FF 3C 63 0 0 108 64 32
Octal 146 2 377 74 143 0 0 410 144 62
Binary 1100110 10 11111111 111100 1100011 0 0 100001000 1100100 110010

Color Harmonies of #6602FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6602FF

Black with #6602FF

Text Example


Text Example

White with #6602FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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