Html Css Color HEX #6C05DC Electric Indigo

📋 copy color: '#6C05DC'

red 108 ◦ green 5 ◦ blue 220

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

Shades of Electric Indigo #6C05DC

Tints of Electric Indigo #6C05DC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.5%

 BLUE value IS 220 (86.33% from 255) = 66.07%

R = 32.43%
G = 1.5%
B = 66.07%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C05DC (or 0x6C05DC) is known color: Electric Indigo. HEX triplet: 6C, 05 and DC. RGB value is (108,5,220). Sum of RGB (Red+Green+Blue) = 108+5+220=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C05DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C05DC is #93FA23. Grayscale: #3B3B3B. Windows color (decimal): -9697828 or 14419308. OLE color: 14419308.

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

Color convert

RGB 108 5 220 -
CMYK 0.51 0.98 0 0.14
HSL 268.74º 0.96% 0.44% -
HSV(B) 268.74º 0.98% 0.86% -
XYZ 19.16 8.46 68.33 -
YUV 60.31 218.12 162.02 -
System Red Green Blue C M Y K H S L
Decimal 108 5 220 0.51 0.98 0 0.14 268.74 0.96 0.44
Hex 6C 5 DC 33 62 0 E 10D 60 2C
Octal 154 5 334 63 142 0 16 415 140 54
Binary 1101100 101 11011100 110011 1100010 0 1110 100001101 1100000 101100

Color Harmonies of #6C05DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C05DC

Black with #6C05DC

Text Example


Text Example

White with #6C05DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,5,220); }

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

background-color css

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

 a { background-color: rgb(108,5,220); }

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

border-color css

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

 span { border-color: rgb(108,5,220); }

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