Html Css Color HEX #6C0DDB Electric Indigo

📋 copy color: '#6C0DDB'

red 108 ◦ green 13 ◦ blue 219

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

Shades of Electric Indigo #6C0DDB

Tints of Electric Indigo #6C0DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.82%

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

R = 31.76%
G = 3.82%
B = 64.41%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C0DDB (or 0x6C0DDB) is known color: Electric Indigo. HEX triplet: 6C, 0D and DB. RGB value is (108,13,219). Sum of RGB (Red+Green+Blue) = 108+13+219=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C0DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0DDB is #93F224. Grayscale: #404040. Windows color (decimal): -9695781 or 14355820. OLE color: 14355820.

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

Color convert

RGB 108 13 219 -
CMYK 0.51 0.94 0 0.14
HSL 267.67º 0.89% 0.45% -
HSV(B) 267.67º 0.94% 0.86% -
XYZ 19.11 8.59 67.67 -
YUV 64.89 214.97 158.75 -
System Red Green Blue C M Y K H S L
Decimal 108 13 219 0.51 0.94 0 0.14 267.67 0.89 0.45
Hex 6C D DB 33 5E 0 E 10C 59 2D
Octal 154 15 333 63 136 0 16 414 131 55
Binary 1101100 1101 11011011 110011 1011110 0 1110 100001100 1011001 101101

Color Harmonies of #6C0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0DDB

Black with #6C0DDB

Text Example


Text Example

White with #6C0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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