Html Css Color HEX #6F0BEB Electric Indigo

📋 copy color: '#6F0BEB'

red 111 ◦ green 11 ◦ blue 235

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

Shades of Electric Indigo #6F0BEB

Tints of Electric Indigo #6F0BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.83%

R = 31.09%
G = 3.08%
B = 65.83%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F0BEB (or 0x6F0BEB) is known color: Electric Indigo. HEX triplet: 6F, 0B and EB. RGB value is (111,11,235). Sum of RGB (Red+Green+Blue) = 111+11+235=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F0BEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0BEB is #90F414. Grayscale: #414141. Windows color (decimal): -9499669 or 15403887. OLE color: 15403887.

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

Color convert

RGB 111 11 235 -
CMYK 0.53 0.95 0 0.08
HSL 266.79º 0.91% 0.48% -
HSV(B) 266.79º 0.95% 0.92% -
XYZ 21.67 9.62 79.31 -
YUV 66.44 223.13 159.79 -
System Red Green Blue C M Y K H S L
Decimal 111 11 235 0.53 0.95 0 0.08 266.79 0.91 0.48
Hex 6F B EB 35 5F 0 8 10B 5B 30
Octal 157 13 353 65 137 0 10 413 133 60
Binary 1101111 1011 11101011 110101 1011111 0 1000 100001011 1011011 110000

Color Harmonies of #6F0BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0BEB

Black with #6F0BEB

Text Example


Text Example

White with #6F0BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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