Html Css Color HEX #6009E6 Electric Indigo

📋 copy color: '#6009E6'

red 96 ◦ green 9 ◦ blue 230

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

Shades of Electric Indigo #6009E6

Tints of Electric Indigo #6009E6

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.69%

 BLUE value IS 230 (90.23% from 255) = 68.66%

R = 28.66%
G = 2.69%
B = 68.66%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6009E6 (or 0x6009E6) is known color: Electric Indigo. HEX triplet: 60, 09 and E6. RGB value is (96,9,230). Sum of RGB (Red+Green+Blue) = 96+9+230=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 230 (90.23% from 255 or 68.66% from 335); Max value from RGB is 230 - color contains mainly: blue. Hex color #6009E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6009E6 is #9FF619. Grayscale: #3B3B3B. Windows color (decimal): -10483226 or 15075680. OLE color: 15075680.

HSL color Cylindrical-coordinate representation of color #6009E6: hue angle of 263.62º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6009E6 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 96 9 230 -
CMYK 0.58 0.96 0 0.10
HSL 263.62º 0.92% 0.47% -
HSV(B) 263.62º 0.96% 0.9% -
XYZ 19.2 8.4 75.47 -
YUV 60.21 223.82 153.53 -
System Red Green Blue C M Y K H S L
Decimal 96 9 230 0.58 0.96 0 0.10 263.62 0.92 0.47
Hex 60 9 E6 3A 60 0 A 108 5C 2F
Octal 140 11 346 72 140 0 12 410 134 57
Binary 1100000 1001 11100110 111010 1100000 0 1010 100001000 1011100 101111

Color Harmonies of #6009E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6009E6

Black with #6009E6

Text Example


Text Example

White with #6009E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6009E6; }

 p { color: rgb(96,9,230); }

 H1.HeaderClassName
 {
   color: #6009E6;
 }
 .AnyTagClassName
 {
   color: #6009E6;
 }
</style>

background-color css

<style>
 a { background-color: #6009E6; }

 a { background-color: rgb(96,9,230); }

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

border-color css

<style>
 span { border-color: #6009E6; }

 span { border-color: rgb(96,9,230); }

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