Html Css Color HEX #6F0AEC Electric Indigo

📋 copy color: '#6F0AEC'

red 111 ◦ green 10 ◦ blue 236

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

Shades of Electric Indigo #6F0AEC

Tints of Electric Indigo #6F0AEC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.8%

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

R = 31.09%
G = 2.8%
B = 66.11%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6F0AEC (or 0x6F0AEC) is known color: Electric Indigo. HEX triplet: 6F, 0A and EC. RGB value is (111,10,236). Sum of RGB (Red+Green+Blue) = 111+10+236=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #6F0AEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0AEC is #90F513. Grayscale: #414141. Windows color (decimal): -9499924 or 15469167. OLE color: 15469167.

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

Color convert

RGB 111 10 236 -
CMYK 0.53 0.96 0 0.07
HSL 266.81º 0.92% 0.48% -
HSV(B) 266.81º 0.96% 0.93% -
XYZ 21.8 9.65 80.07 -
YUV 65.96 223.96 160.12 -
System Red Green Blue C M Y K H S L
Decimal 111 10 236 0.53 0.96 0 0.07 266.81 0.92 0.48
Hex 6F A EC 35 60 0 7 10B 5C 30
Octal 157 12 354 65 140 0 7 413 134 60
Binary 1101111 1010 11101100 110101 1100000 0 111 100001011 1011100 110000

Color Harmonies of #6F0AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0AEC

Black with #6F0AEC

Text Example


Text Example

White with #6F0AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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