Html Css Color HEX #6009FA Electric Indigo

📋 copy color: '#6009FA'

red 96 ◦ green 9 ◦ blue 250

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

Shades of Electric Indigo #6009FA

Tints of Electric Indigo #6009FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 70.42%

R = 27.04%
G = 2.54%
B = 70.42%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6009FA (or 0x6009FA) is known color: Electric Indigo. HEX triplet: 60, 09 and FA. RGB value is (96,9,250). Sum of RGB (Red+Green+Blue) = 96+9+250=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #6009FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6009FA is #9FF605. Grayscale: #3D3D3D. Windows color (decimal): -10483206 or 16386400. OLE color: 16386400.

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

Color convert

RGB 96 9 250 -
CMYK 0.62 0.96 0 0.02
HSL 261.66º 0.96% 0.51% -
HSV(B) 261.66º 0.96% 0.98% -
XYZ 22.18 9.58 91.12 -
YUV 62.49 233.82 151.9 -
System Red Green Blue C M Y K H S L
Decimal 96 9 250 0.62 0.96 0 0.02 261.66 0.96 0.51
Hex 60 9 FA 3E 60 0 2 106 60 33
Octal 140 11 372 76 140 0 2 406 140 63
Binary 1100000 1001 11111010 111110 1100000 0 10 100000110 1100000 110011

Color Harmonies of #6009FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6009FA

Black with #6009FA

Text Example


Text Example

White with #6009FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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