Html Css Color HEX #6006ED Electric Indigo

📋 copy color: '#6006ED'

red 96 ◦ green 6 ◦ blue 237

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

Shades of Electric Indigo #6006ED

Tints of Electric Indigo #6006ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.91%

R = 28.32%
G = 1.77%
B = 69.91%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6006ED (or 0x6006ED) is known color: Electric Indigo. HEX triplet: 60, 06 and ED. RGB value is (96,6,237). Sum of RGB (Red+Green+Blue) = 96+6+237=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #6006ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6006ED is #9FF912. Grayscale: #3A3A3A. Windows color (decimal): -10483987 or 15533664. OLE color: 15533664.

HSL color Cylindrical-coordinate representation of color #6006ED: hue angle of 263.38º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6006ED is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 6 237 -
CMYK 0.59 0.97 0 0.07
HSL 263.38º 0.95% 0.48% -
HSV(B) 263.38º 0.97% 0.93% -
XYZ 20.18 8.73 80.74 -
YUV 59.24 228.32 154.22 -
System Red Green Blue C M Y K H S L
Decimal 96 6 237 0.59 0.97 0 0.07 263.38 0.95 0.48
Hex 60 6 ED 3B 61 0 7 107 5F 30
Octal 140 6 355 73 141 0 7 407 137 60
Binary 1100000 110 11101101 111011 1100001 0 111 100000111 1011111 110000

Color Harmonies of #6006ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6006ED

Black with #6006ED

Text Example


Text Example

White with #6006ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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