Html Css Color HEX #6F0CEB Electric Indigo

📋 copy color: '#6F0CEB'

red 111 ◦ green 12 ◦ blue 235

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

Shades of Electric Indigo #6F0CEB

Tints of Electric Indigo #6F0CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.35%

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

R = 31.01%
G = 3.35%
B = 65.64%

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

#6F0CEB (or 0x6F0CEB) is known color: Electric Indigo. HEX triplet: 6F, 0C and EB. RGB value is (111,12,235). Sum of RGB (Red+Green+Blue) = 111+12+235=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F0CEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0CEB is #90F314. Grayscale: #424242. Windows color (decimal): -9499413 or 15404143. OLE color: 15404143.

HSL color Cylindrical-coordinate representation of color #6F0CEB: hue angle of 266.64º degrees, saturation: 0.9, 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 #6F0CEB is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 12 235 -
CMYK 0.53 0.95 0 0.08
HSL 266.64º 0.9% 0.48% -
HSV(B) 266.64º 0.95% 0.92% -
XYZ 21.68 9.64 79.32 -
YUV 67.02 222.8 159.37 -
System Red Green Blue C M Y K H S L
Decimal 111 12 235 0.53 0.95 0 0.08 266.64 0.9 0.48
Hex 6F C EB 35 5F 0 8 10B 5A 30
Octal 157 14 353 65 137 0 10 413 132 60
Binary 1101111 1100 11101011 110101 1011111 0 1000 100001011 1011010 110000

Color Harmonies of #6F0CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0CEB

Black with #6F0CEB

Text Example


Text Example

White with #6F0CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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