Html Css Color HEX #6F10EA Electric Indigo

📋 copy color: '#6F10EA'

red 111 ◦ green 16 ◦ blue 234

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

Shades of Electric Indigo #6F10EA

Tints of Electric Indigo #6F10EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.82%

R = 30.75%
G = 4.43%
B = 64.82%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F10EA (or 0x6F10EA) is known color: Electric Indigo. HEX triplet: 6F, 10 and EA. RGB value is (111,16,234). Sum of RGB (Red+Green+Blue) = 111+16+234=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F10EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F10EA is #90EF15. Grayscale: #444444. Windows color (decimal): -9498390 or 15339631. OLE color: 15339631.

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

Color convert

RGB 111 16 234 -
CMYK 0.53 0.93 0 0.08
HSL 266.15º 0.87% 0.49% -
HSV(B) 266.15º 0.93% 0.92% -
XYZ 21.59 9.69 78.57 -
YUV 69.26 220.97 157.77 -
System Red Green Blue C M Y K H S L
Decimal 111 16 234 0.53 0.93 0 0.08 266.15 0.87 0.49
Hex 6F 10 EA 35 5D 0 8 10A 57 31
Octal 157 20 352 65 135 0 10 412 127 61
Binary 1101111 10000 11101010 110101 1011101 0 1000 100001010 1010111 110001

Color Harmonies of #6F10EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F10EA

Black with #6F10EA

Text Example


Text Example

White with #6F10EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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