Html Css Color HEX #6C0CDB Electric Indigo

📋 copy color: '#6C0CDB'

red 108 ◦ green 12 ◦ blue 219

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

Shades of Electric Indigo #6C0CDB

Tints of Electric Indigo #6C0CDB

RGB

 RED value IS 108 (42.58% from 255) = 31.86%

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

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

R = 31.86%
G = 3.54%
B = 64.6%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C0CDB (or 0x6C0CDB) is known color: Electric Indigo. HEX triplet: 6C, 0C and DB. RGB value is (108,12,219). Sum of RGB (Red+Green+Blue) = 108+12+219=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C0CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0CDB is #93F324. Grayscale: #3F3F3F. Windows color (decimal): -9696037 or 14355564. OLE color: 14355564.

HSL color Cylindrical-coordinate representation of color #6C0CDB: hue angle of 267.83º 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 #6C0CDB is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 12 219 -
CMYK 0.51 0.95 0 0.14
HSL 267.83º 0.9% 0.45% -
HSV(B) 267.83º 0.95% 0.86% -
XYZ 19.1 8.57 67.66 -
YUV 64.3 215.3 159.17 -
System Red Green Blue C M Y K H S L
Decimal 108 12 219 0.51 0.95 0 0.14 267.83 0.9 0.45
Hex 6C C DB 33 5F 0 E 10C 5A 2D
Octal 154 14 333 63 137 0 16 414 132 55
Binary 1101100 1100 11011011 110011 1011111 0 1110 100001100 1011010 101101

Color Harmonies of #6C0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0CDB

Black with #6C0CDB

Text Example


Text Example

White with #6C0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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