Html Css Color HEX #6006FE Electric Indigo

📋 copy color: '#6006FE'

red 96 ◦ green 6 ◦ blue 254

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

Shades of Electric Indigo #6006FE

Tints of Electric Indigo #6006FE

RGB

 RED value IS 96 (37.89% from 255) = 26.97%

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

 BLUE value IS 254 (99.61% from 255) = 71.35%

R = 26.97%
G = 1.69%
B = 71.35%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6006FE (or 0x6006FE) is known color: Electric Indigo. HEX triplet: 60, 06 and FE. RGB value is (96,6,254). Sum of RGB (Red+Green+Blue) = 96+6+254=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #6006FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6006FE is #9FF901. Grayscale: #3C3C3C. Windows color (decimal): -10483970 or 16647776. OLE color: 16647776.

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

Color convert

RGB 96 6 254 -
CMYK 0.62 0.98 0 0.00
HSL 261.77º 0.99% 0.51% -
HSV(B) 261.77º 0.98% 1% -
XYZ 22.78 9.77 94.45 -
YUV 61.18 236.82 152.83 -
System Red Green Blue C M Y K H S L
Decimal 96 6 254 0.62 0.98 0 0.00 261.77 0.99 0.51
Hex 60 6 FE 3E 62 0 0 106 63 33
Octal 140 6 376 76 142 0 0 406 143 63
Binary 1100000 110 11111110 111110 1100010 0 0 100000110 1100011 110011

Color Harmonies of #6006FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6006FE

Black with #6006FE

Text Example


Text Example

White with #6006FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6006FE; }

 p { color: rgb(96,6,254); }

 H1.HeaderClassName
 {
   color: #6006FE;
 }
 .AnyTagClassName
 {
   color: #6006FE;
 }
</style>

background-color css

<style>
 a { background-color: #6006FE; }

 a { background-color: rgb(96,6,254); }

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

border-color css

<style>
 span { border-color: #6006FE; }

 span { border-color: rgb(96,6,254); }

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