Html Css Color HEX #6009DC Electric Indigo

📋 copy color: '#6009DC'

red 96 ◦ green 9 ◦ blue 220

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

Shades of Electric Indigo #6009DC

Tints of Electric Indigo #6009DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.69%

R = 29.54%
G = 2.77%
B = 67.69%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6009DC (or 0x6009DC) is known color: Electric Indigo. HEX triplet: 60, 09 and DC. RGB value is (96,9,220). Sum of RGB (Red+Green+Blue) = 96+9+220=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #6009DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6009DC is #9FF623. Grayscale: #3A3A3A. Windows color (decimal): -10483236 or 14420320. OLE color: 14420320.

HSL color Cylindrical-coordinate representation of color #6009DC: hue angle of 264.74º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6009DC is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 9 220 -
CMYK 0.56 0.96 0 0.14
HSL 264.74º 0.92% 0.45% -
HSV(B) 264.74º 0.96% 0.86% -
XYZ 17.84 7.85 68.28 -
YUV 59.07 218.82 154.34 -
System Red Green Blue C M Y K H S L
Decimal 96 9 220 0.56 0.96 0 0.14 264.74 0.92 0.45
Hex 60 9 DC 38 60 0 E 109 5C 2D
Octal 140 11 334 70 140 0 16 411 134 55
Binary 1100000 1001 11011100 111000 1100000 0 1110 100001001 1011100 101101

Color Harmonies of #6009DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6009DC

Black with #6009DC

Text Example


Text Example

White with #6009DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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