#6656C5

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

Shades of Slate Blue #6656C5

Tints of Slate Blue #6656C5

Color information

#6656C5 (or 0x6656C5) is unknown color: approx Slate Blue. HEX triplet: 66, 56 and C5. RGB value is (102,86,197). Sum of RGB (Red+Green+Blue) = 102+86+197=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #6656C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6656C5 is #99A93A. Grayscale: #676767. Windows color (decimal): -10070331 or 12932710. OLE color: 12932710.

HSL color Cylindrical-coordinate representation of color #6656C5: hue angle of 248.65º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6656C5 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10286197-
CMYK0.480.5600.23
HSL248.65º48.9%55.49%-
HSV(B)248.65º56.35%77.25%-
XYZ18.8913.5154.44-
YUV103.44180.8126.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.49%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 197 (77.34% from 255) = 51.17%
R=26.49%
G=22.34%
B=51.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal102861970.480.5600.23248.6548.955.49
Hex6656C53038017f93137
Octal14612630560700273716167
Binary110011010101101100010111000011100001011111111001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6656C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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