#6556D5

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

Shades of Slate Blue #6556D5

Tints of Slate Blue #6556D5

Color information

#6556D5 (or 0x6556D5) is unknown color: approx Slate Blue. HEX triplet: 65, 56 and D5. RGB value is (101,86,213). Sum of RGB (Red+Green+Blue) = 101+86+213=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 213 (83.59% from 255 or 53.25% from 400); Max value from RGB is 213 - color contains mainly: blue. Hex color #6556D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6556D5 is #9AA92A. Grayscale: #686868. Windows color (decimal): -10135851 or 13981285. OLE color: 13981285.

HSL color Cylindrical-coordinate representation of color #6556D5: hue angle of 247.09º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6556D5 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10186213-
CMYK0.530.6000.16
HSL247.09º60.19%58.63%-
HSV(B)247.09º59.62%83.53%-
XYZ20.714.2364.61-
YUV104.96188.97125.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.25%
GREEN value IS 86 (33.98% from 255) = 21.5%
BLUE value IS 213 (83.59% from 255) = 53.25%
R=25.25%
G=21.5%
B=53.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal101862130.530.6000.16247.0960.1958.63
Hex6556D5353C010f73c3b
Octal14512632565740203677473
Binary110010110101101101010111010111110001000011110111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6556D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6556D5; }

 p { color: rgb(101,86,213); }

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

<style>
 a { background-color: #6556D5; }

 a { background-color: rgb(101,86,213); }

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

<style>
 span { border-color: #6556D5; }

 span { border-color: rgb(101,86,213); }

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