Html Css Color HEX #6F10EC Electric Indigo

📋 copy color: '#6F10EC'

red 111 ◦ green 16 ◦ blue 236

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

Shades of Electric Indigo #6F10EC

Tints of Electric Indigo #6F10EC

RGB

 RED value IS 111 (43.75% from 255) = 30.58%

 GREEN value IS 16 (6.64% from 255) = 4.41%

 BLUE value IS 236 (92.58% from 255) = 65.01%

R = 30.58%
G = 4.41%
B = 65.01%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6F10EC (or 0x6F10EC) is known color: Electric Indigo. HEX triplet: 6F, 10 and EC. RGB value is (111,16,236). Sum of RGB (Red+Green+Blue) = 111+16+236=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #6F10EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F10EC is #90EF13. Grayscale: #444444. Windows color (decimal): -9498388 or 15470703. OLE color: 15470703.

HSL color Cylindrical-coordinate representation of color #6F10EC: hue angle of 265.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F10EC is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 16 236 -
CMYK 0.53 0.93 0 0.07
HSL 265.91º 0.87% 0.49% -
HSV(B) 265.91º 0.93% 0.93% -
XYZ 21.88 9.81 80.1 -
YUV 69.49 221.97 157.61 -
System Red Green Blue C M Y K H S L
Decimal 111 16 236 0.53 0.93 0 0.07 265.91 0.87 0.49
Hex 6F 10 EC 35 5D 0 7 10A 57 31
Octal 157 20 354 65 135 0 7 412 127 61
Binary 1101111 10000 11101100 110101 1011101 0 111 100001010 1010111 110001

Color Harmonies of #6F10EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F10EC

Black with #6F10EC

Text Example


Text Example

White with #6F10EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,16,236); }

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

background-color css

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

 a { background-color: rgb(111,16,236); }

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

border-color css

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

 span { border-color: rgb(111,16,236); }

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