#564CC6

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

Shades of Slate Blue #564CC6

Tints of Slate Blue #564CC6

Color information

#564CC6 (or 0x564CC6) is unknown color: approx Slate Blue. HEX triplet: 56, 4C and C6. RGB value is (86,76,198). Sum of RGB (Red+Green+Blue) = 86+76+198=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #564CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564CC6 is #A9B339. Grayscale: #5C5C5C. Windows color (decimal): -11121466 or 12995670. OLE color: 12995670.

HSL color Cylindrical-coordinate representation of color #564CC6: hue angle of 244.92º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #564CC6 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8676198-
CMYK0.570.6200.22
HSL244.92º51.69%53.73%-
HSV(B)244.92º61.62%77.65%-
XYZ16.6211.2254.72-
YUV92.9187.31123.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 76 (30.08% from 255) = 21.11%
BLUE value IS 198 (77.73% from 255) = 55%
R=23.89%
G=21.11%
B=55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal86761980.570.6200.22244.9251.6953.73
Hex564CC6393E016f53436
Octal12611430671760263656466
Binary101011010011001100011011100111111001011011110101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564CC6; }

 p { color: rgb(86,76,198); }

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

<style>
 a { background-color: #564CC6; }

 a { background-color: rgb(86,76,198); }

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

<style>
 span { border-color: #564CC6; }

 span { border-color: rgb(86,76,198); }

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