Html Css Color HEX #6C09DC Electric Indigo

📋 copy color: '#6C09DC'

red 108 ◦ green 9 ◦ blue 220

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

Shades of Electric Indigo #6C09DC

Tints of Electric Indigo #6C09DC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.67%

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

R = 32.05%
G = 2.67%
B = 65.28%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C09DC (or 0x6C09DC) is known color: Electric Indigo. HEX triplet: 6C, 09 and DC. RGB value is (108,9,220). Sum of RGB (Red+Green+Blue) = 108+9+220=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C09DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C09DC is #93F623. Grayscale: #3D3D3D. Windows color (decimal): -9696804 or 14420332. OLE color: 14420332.

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

Color convert

RGB 108 9 220 -
CMYK 0.51 0.96 0 0.14
HSL 268.15º 0.92% 0.45% -
HSV(B) 268.15º 0.96% 0.86% -
XYZ 19.2 8.55 68.35 -
YUV 62.66 216.8 160.34 -
System Red Green Blue C M Y K H S L
Decimal 108 9 220 0.51 0.96 0 0.14 268.15 0.92 0.45
Hex 6C 9 DC 33 60 0 E 10C 5C 2D
Octal 154 11 334 63 140 0 16 414 134 55
Binary 1101100 1001 11011100 110011 1100000 0 1110 100001100 1011100 101101

Color Harmonies of #6C09DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C09DC

Black with #6C09DC

Text Example


Text Example

White with #6C09DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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