Html Css Color HEX #6C0FE9 Electric Indigo

📋 copy color: '#6C0FE9'

red 108 ◦ green 15 ◦ blue 233

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

Shades of Electric Indigo #6C0FE9

Tints of Electric Indigo #6C0FE9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.21%

 BLUE value IS 233 (91.41% from 255) = 65.45%

R = 30.34%
G = 4.21%
B = 65.45%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6C0FE9 (or 0x6C0FE9) is known color: Electric Indigo. HEX triplet: 6C, 0F and E9. RGB value is (108,15,233). Sum of RGB (Red+Green+Blue) = 108+15+233=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 233 (91.41% from 255 or 65.45% from 356); Max value from RGB is 233 - color contains mainly: blue. Hex color #6C0FE9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0FE9 is #93F016. Grayscale: #424242. Windows color (decimal): -9695255 or 15273836. OLE color: 15273836.

HSL color Cylindrical-coordinate representation of color #6C0FE9: hue angle of 265.6º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0FE9 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 108 15 233 -
CMYK 0.54 0.94 0 0.09
HSL 265.6º 0.88% 0.49% -
HSV(B) 265.6º 0.94% 0.91% -
XYZ 21.06 9.41 77.8 -
YUV 67.66 221.31 156.77 -
System Red Green Blue C M Y K H S L
Decimal 108 15 233 0.54 0.94 0 0.09 265.6 0.88 0.49
Hex 6C F E9 36 5E 0 9 10A 58 31
Octal 154 17 351 66 136 0 11 412 130 61
Binary 1101100 1111 11101001 110110 1011110 0 1001 100001010 1011000 110001

Color Harmonies of #6C0FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0FE9

Black with #6C0FE9

Text Example


Text Example

White with #6C0FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,15,233); }

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

background-color css

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

 a { background-color: rgb(108,15,233); }

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

border-color css

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

 span { border-color: rgb(108,15,233); }

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