Html Css Color HEX #6C0CDD Electric Indigo

📋 copy color: '#6C0CDD'

red 108 ◦ green 12 ◦ blue 221

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

Shades of Electric Indigo #6C0CDD

Tints of Electric Indigo #6C0CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.81%

R = 31.67%
G = 3.52%
B = 64.81%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C0CDD (or 0x6C0CDD) is known color: Electric Indigo. HEX triplet: 6C, 0C and DD. RGB value is (108,12,221). Sum of RGB (Red+Green+Blue) = 108+12+221=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C0CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0CDD is #93F322. Grayscale: #3F3F3F. Windows color (decimal): -9696035 or 14486636. OLE color: 14486636.

HSL color Cylindrical-coordinate representation of color #6C0CDD: hue angle of 267.56º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0CDD is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 12 221 -
CMYK 0.51 0.95 0 0.13
HSL 267.56º 0.9% 0.46% -
HSV(B) 267.56º 0.95% 0.87% -
XYZ 19.37 8.67 69.06 -
YUV 64.53 216.3 159.01 -
System Red Green Blue C M Y K H S L
Decimal 108 12 221 0.51 0.95 0 0.13 267.56 0.9 0.46
Hex 6C C DD 33 5F 0 D 10C 5A 2E
Octal 154 14 335 63 137 0 15 414 132 56
Binary 1101100 1100 11011101 110011 1011111 0 1101 100001100 1011010 101110

Color Harmonies of #6C0CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0CDD

Black with #6C0CDD

Text Example


Text Example

White with #6C0CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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