Html Css Color HEX #6F0BEC Electric Indigo

📋 copy color: '#6F0BEC'

red 111 ◦ green 11 ◦ blue 236

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

Shades of Electric Indigo #6F0BEC

Tints of Electric Indigo #6F0BEC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.07%

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

R = 31.01%
G = 3.07%
B = 65.92%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6F0BEC (or 0x6F0BEC) is known color: Electric Indigo. HEX triplet: 6F, 0B and EC. RGB value is (111,11,236). Sum of RGB (Red+Green+Blue) = 111+11+236=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 236 (92.58% from 255 or 65.92% from 358); Max value from RGB is 236 - color contains mainly: blue. Hex color #6F0BEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0BEC is #90F413. Grayscale: #414141. Windows color (decimal): -9499668 or 15469423. OLE color: 15469423.

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

Color convert

RGB 111 11 236 -
CMYK 0.53 0.95 0 0.07
HSL 266.67º 0.91% 0.48% -
HSV(B) 266.67º 0.95% 0.93% -
XYZ 21.82 9.67 80.07 -
YUV 66.55 223.63 159.7 -
System Red Green Blue C M Y K H S L
Decimal 111 11 236 0.53 0.95 0 0.07 266.67 0.91 0.48
Hex 6F B EC 35 5F 0 7 10B 5B 30
Octal 157 13 354 65 137 0 7 413 133 60
Binary 1101111 1011 11101100 110101 1011111 0 111 100001011 1011011 110000

Color Harmonies of #6F0BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0BEC

Black with #6F0BEC

Text Example


Text Example

White with #6F0BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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