#6564DF

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

Shades of Slate Blue #6564DF

Tints of Slate Blue #6564DF

Color information

#6564DF (or 0x6564DF) is unknown color: approx Slate Blue. HEX triplet: 65, 64 and DF. RGB value is (101,100,223). Sum of RGB (Red+Green+Blue) = 101+100+223=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #6564DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6564DF is #9A9B20. Grayscale: #717171. Windows color (decimal): -10132257 or 14640229. OLE color: 14640229.

HSL color Cylindrical-coordinate representation of color #6564DF: hue angle of 240.49º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6564DF is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101100223-
CMYK0.550.5500.13
HSL240.49º65.78%63.33%-
HSV(B)240.49º55.16%87.45%-
XYZ23.2417.2171.91-
YUV114.32189.33118.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.82%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 223 (87.5% from 255) = 52.59%
R=23.82%
G=23.58%
B=52.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011002230.550.5500.13240.4965.7863.33
Hex6564DF37370Df0423f
Octal145144337676701536010277
Binary110010111001001101111111011111011101101111100001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6564DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6564DF; }

 p { color: rgb(101,100,223); }

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

<style>
 a { background-color: #6564DF; }

 a { background-color: rgb(101,100,223); }

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

<style>
 span { border-color: #6564DF; }

 span { border-color: rgb(101,100,223); }

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