#6656DC

Color #6656DC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6656DC

Tints of Slate Blue #6656DC

Color information

#6656DC (or 0x6656DC) is unknown color: approx Slate Blue. HEX triplet: 66, 56 and DC. RGB value is (102,86,220). Sum of RGB (Red+Green+Blue) = 102+86+220=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #6656DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6656DC is #99A923. Grayscale: #696969. Windows color (decimal): -10070308 or 14440038. OLE color: 14440038.

HSL color Cylindrical-coordinate representation of color #6656DC: hue angle of 247.16º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6656DC is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10286220-
CMYK0.540.6100.14
HSL247.16º65.69%60%-
HSV(B)247.16º60.91%86.27%-
XYZ21.7314.6569.39-
YUV106.06192.3125.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25%
GREEN value IS 86 (33.98% from 255) = 21.08%
BLUE value IS 220 (86.33% from 255) = 53.92%
R=25%
G=21.08%
B=53.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal102862200.540.6100.14247.1665.6960
Hex6656DC363D0Ef7423c
Octal146126334667501636710274
Binary110011010101101101110011011011110101110111101111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6656DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6656DC; }

 p { color: rgb(102,86,220); }

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

<style>
 a { background-color: #6656DC; }

 a { background-color: rgb(102,86,220); }

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

<style>
 span { border-color: #6656DC; }

 span { border-color: rgb(102,86,220); }

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