Html Css Color HEX #6009E9 Electric Indigo

📋 copy color: '#6009E9'

red 96 ◦ green 9 ◦ blue 233

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

Shades of Electric Indigo #6009E9

Tints of Electric Indigo #6009E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 68.93%

R = 28.4%
G = 2.66%
B = 68.93%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6009E9 (or 0x6009E9) is known color: Electric Indigo. HEX triplet: 60, 09 and E9. RGB value is (96,9,233). Sum of RGB (Red+Green+Blue) = 96+9+233=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 233 (91.41% from 255 or 68.93% from 338); Max value from RGB is 233 - color contains mainly: blue. Hex color #6009E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6009E9 is #9FF616. Grayscale: #3B3B3B. Windows color (decimal): -10483223 or 15272288. OLE color: 15272288.

HSL color Cylindrical-coordinate representation of color #6009E9: hue angle of 263.3º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6009E9 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 9 233 -
CMYK 0.59 0.96 0 0.09
HSL 263.3º 0.93% 0.47% -
HSV(B) 263.3º 0.96% 0.91% -
XYZ 19.63 8.57 77.71 -
YUV 60.55 225.32 153.29 -
System Red Green Blue C M Y K H S L
Decimal 96 9 233 0.59 0.96 0 0.09 263.3 0.93 0.47
Hex 60 9 E9 3B 60 0 9 107 5D 2F
Octal 140 11 351 73 140 0 11 407 135 57
Binary 1100000 1001 11101001 111011 1100000 0 1001 100000111 1011101 101111

Color Harmonies of #6009E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6009E9

Black with #6009E9

Text Example


Text Example

White with #6009E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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