#6009EE

Color #6009EE Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6009EE

Tints of Electric Indigo #6009EE

Color information

#6009EE (or 0x6009EE) is unknown color: approx Electric Indigo. HEX triplet: 60, 09 and EE. RGB value is (96,9,238). Sum of RGB (Red+Green+Blue) = 96+9+238=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 238 (93.36% from 255 or 69.39% from 343); Max value from RGB is 238 - color contains mainly: blue. Hex color #6009EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6009EE is #9FF611. Grayscale: #3C3C3C. Windows color (decimal): -10483218 or 15599968. OLE color: 15599968.

HSL color Cylindrical-coordinate representation of color #6009EE: hue angle of 262.79º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6009EE is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB969238-
CMYK0.600.9600.07
HSL262.79º92.71%48.43%-
HSV(B)262.79º96.22%93.33%-
XYZ20.358.8681.53-
YUV61.12227.82152.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.99%
GREEN value IS 9 (3.91% from 255) = 2.62%
BLUE value IS 238 (93.36% from 255) = 69.39%
R=27.99%
G=2.62%
B=69.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal9692380.600.9600.07262.7992.7148.43
Hex609EE3C60071075d30
Octal14011356741400740713560
Binary1100000100111101110111100110000001111000001111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6009EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6009EE;
 }
 .AnyTagClassName
 {
   color: #6009EE;
 }
</style>
background-color css

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

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

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

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

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

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