Html Css Color HEX #6F0CDB Electric Indigo

📋 copy color: '#6F0CDB'

red 111 ◦ green 12 ◦ blue 219

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

Shades of Electric Indigo #6F0CDB

Tints of Electric Indigo #6F0CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.04%

R = 32.46%
G = 3.51%
B = 64.04%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F0CDB (or 0x6F0CDB) is known color: Electric Indigo. HEX triplet: 6F, 0C and DB. RGB value is (111,12,219). Sum of RGB (Red+Green+Blue) = 111+12+219=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F0CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0CDB is #90F324. Grayscale: #404040. Windows color (decimal): -9499429 or 14355567. OLE color: 14355567.

HSL color Cylindrical-coordinate representation of color #6F0CDB: hue angle of 268.7º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0CDB is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 12 219 -
CMYK 0.49 0.95 0 0.14
HSL 268.7º 0.9% 0.45% -
HSV(B) 268.7º 0.95% 0.86% -
XYZ 19.47 8.76 67.68 -
YUV 65.2 214.8 160.67 -
System Red Green Blue C M Y K H S L
Decimal 111 12 219 0.49 0.95 0 0.14 268.7 0.9 0.45
Hex 6F C DB 31 5F 0 E 10D 5A 2D
Octal 157 14 333 61 137 0 16 415 132 55
Binary 1101111 1100 11011011 110001 1011111 0 1110 100001101 1011010 101101

Color Harmonies of #6F0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0CDB

Black with #6F0CDB

Text Example


Text Example

White with #6F0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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