Html Css Color HEX #6009E5 Electric Indigo

📋 copy color: '#6009E5'

red 96 ◦ green 9 ◦ blue 229

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

Shades of Electric Indigo #6009E5

Tints of Electric Indigo #6009E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 68.56%

R = 28.74%
G = 2.69%
B = 68.56%

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

#6009E5 (or 0x6009E5) is known color: Electric Indigo. HEX triplet: 60, 09 and E5. RGB value is (96,9,229). Sum of RGB (Red+Green+Blue) = 96+9+229=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 229 (89.84% from 255 or 68.56% from 334); Max value from RGB is 229 - color contains mainly: blue. Hex color #6009E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6009E5 is #9FF61A. Grayscale: #3B3B3B. Windows color (decimal): -10483227 or 15010144. OLE color: 15010144.

HSL color Cylindrical-coordinate representation of color #6009E5: hue angle of 263.73º 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 #6009E5 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 96 9 229 -
CMYK 0.58 0.96 0 0.10
HSL 263.73º 0.92% 0.47% -
HSV(B) 263.73º 0.96% 0.9% -
XYZ 19.06 8.34 74.73 -
YUV 60.09 223.32 153.61 -
System Red Green Blue C M Y K H S L
Decimal 96 9 229 0.58 0.96 0 0.10 263.73 0.92 0.47
Hex 60 9 E5 3A 60 0 A 108 5C 2F
Octal 140 11 345 72 140 0 12 410 134 57
Binary 1100000 1001 11100101 111010 1100000 0 1010 100001000 1011100 101111

Color Harmonies of #6009E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6009E5

Black with #6009E5

Text Example


Text Example

White with #6009E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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