Html Css Color HEX #6C09FA Electric Indigo

📋 copy color: '#6C09FA'

red 108 ◦ green 9 ◦ blue 250

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

Shades of Electric Indigo #6C09FA

Tints of Electric Indigo #6C09FA

RGB

 RED value IS 108 (42.58% from 255) = 29.43%

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

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

R = 29.43%
G = 2.45%
B = 68.12%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C09FA (or 0x6C09FA) is known color: Electric Indigo. HEX triplet: 6C, 09 and FA. RGB value is (108,9,250). Sum of RGB (Red+Green+Blue) = 108+9+250=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C09FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C09FA is #93F605. Grayscale: #414141. Windows color (decimal): -9696774 or 16386412. OLE color: 16386412.

HSL color Cylindrical-coordinate representation of color #6C09FA: hue angle of 264.65º 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 #6C09FA is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 9 250 -
CMYK 0.57 0.96 0 0.02
HSL 264.65º 0.96% 0.51% -
HSV(B) 264.65º 0.96% 0.98% -
XYZ 23.54 10.29 91.19 -
YUV 66.08 231.8 157.9 -
System Red Green Blue C M Y K H S L
Decimal 108 9 250 0.57 0.96 0 0.02 264.65 0.96 0.51
Hex 6C 9 FA 39 60 0 2 109 60 33
Octal 154 11 372 71 140 0 2 411 140 63
Binary 1101100 1001 11111010 111001 1100000 0 10 100001001 1100000 110011

Color Harmonies of #6C09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C09FA

Black with #6C09FA

Text Example


Text Example

White with #6C09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C09FA; }

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

 H1.HeaderClassName
 {
   color: #6C09FA;
 }
 .AnyTagClassName
 {
   color: #6C09FA;
 }
</style>

background-color css

<style>
 a { background-color: #6C09FA; }

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

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

border-color css

<style>
 span { border-color: #6C09FA; }

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

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