Html Css Color HEX #6009FF Electric Indigo

📋 copy color: '#6009FF'

red 96 ◦ green 9 ◦ blue 255

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

Shades of Electric Indigo #6009FF

Tints of Electric Indigo #6009FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.83%

R = 26.67%
G = 2.5%
B = 70.83%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6009FF (or 0x6009FF) is known color: Electric Indigo. HEX triplet: 60, 09 and FF. RGB value is (96,9,255). Sum of RGB (Red+Green+Blue) = 96+9+255=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #6009FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6009FF is #9FF600. Grayscale: #3E3E3E. Windows color (decimal): -10483201 or 16714080. OLE color: 16714080.

HSL color Cylindrical-coordinate representation of color #6009FF: hue angle of 261.22º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6009FF is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 9 255 -
CMYK 0.62 0.96 0 0
HSL 261.22º 1% 0.52% -
HSV(B) 261.22º 0.96% 1% -
XYZ 22.97 9.9 95.31 -
YUV 63.06 236.32 151.5 -
System Red Green Blue C M Y K H S L
Decimal 96 9 255 0.62 0.96 0 0 261.22 1 0.52
Hex 60 9 FF 3E 60 0 0 105 64 34
Octal 140 11 377 76 140 0 0 405 144 64
Binary 1100000 1001 11111111 111110 1100000 0 0 100000101 1100100 110100

Color Harmonies of #6009FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6009FF

Black with #6009FF

Text Example


Text Example

White with #6009FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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