Html Css Color HEX #6601FF Electric Indigo

📋 copy color: '#6601FF'

red 102 ◦ green 1 ◦ blue 255

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

Shades of Electric Indigo #6601FF

Tints of Electric Indigo #6601FF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 28.49%
G = 0.28%
B = 71.23%

CMYK

 C value IS 0.6

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6601FF (or 0x6601FF) is known color: Electric Indigo. HEX triplet: 66, 01 and FF. RGB value is (102,1,255). Sum of RGB (Red+Green+Blue) = 102+1+255=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #6601FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6601FF is #99FE00. Grayscale: #3B3B3B. Windows color (decimal): -10092033 or 16712038. OLE color: 16712038.

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

Color convert

RGB 102 1 255 -
CMYK 0.6 1.00 0 0
HSL 263.86º 1% 0.5% -
HSV(B) 263.86º 1% 1% -
XYZ 23.54 10.07 95.31 -
YUV 60.16 237.96 157.85 -
System Red Green Blue C M Y K H S L
Decimal 102 1 255 0.6 1.00 0 0 263.86 1 0.5
Hex 66 1 FF 3C 64 0 0 108 64 32
Octal 146 1 377 74 144 0 0 410 144 62
Binary 1100110 1 11111111 111100 1100100 0 0 100001000 1100100 110010

Color Harmonies of #6601FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6601FF

Black with #6601FF

Text Example


Text Example

White with #6601FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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