#6C06DB

Color #6C06DB Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6C06DB

Tints of Electric Indigo #6C06DB

Color information

#6C06DB (or 0x6C06DB) is unknown color: approx Electric Indigo. HEX triplet: 6C, 06 and DB. RGB value is (108,6,219). Sum of RGB (Red+Green+Blue) = 108+6+219=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C06DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C06DB is #93F924. Grayscale: #3C3C3C. Windows color (decimal): -9697573 or 14354028. OLE color: 14354028.

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

Color convert

RGB1086219-
CMYK0.510.9700.14
HSL268.73º94.67%44.12%-
HSV(B)268.73º97.26%85.88%-
XYZ19.048.4367.64-
YUV60.78217.29161.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.43%
GREEN value IS 6 (2.73% from 255) = 1.80%
BLUE value IS 219 (85.94% from 255) = 65.77%
R=32.43%
G=1.80%
B=65.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal10862190.510.9700.14268.7394.6744.12
Hex6C6DB33610E10d5f2c
Octal15463336314101641513754
Binary1101100110110110111100111100001011101000011011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C06DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C06DB;
 }
 .AnyTagClassName
 {
   color: #6C06DB;
 }
</style>
background-color css

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

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

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

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

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

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