#6562CF

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

Shades of Slate Blue #6562CF

Tints of Slate Blue #6562CF

Color information

#6562CF (or 0x6562CF) is unknown color: approx Slate Blue. HEX triplet: 65, 62 and CF. RGB value is (101,98,207). Sum of RGB (Red+Green+Blue) = 101+98+207=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #6562CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6562CF is #9A9D30. Grayscale: #6E6E6E. Windows color (decimal): -10132785 or 13591141. OLE color: 13591141.

HSL color Cylindrical-coordinate representation of color #6562CF: hue angle of 241.65º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6562CF is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10198207-
CMYK0.510.5300.19
HSL241.65º53.17%59.8%-
HSV(B)241.65º52.66%81.18%-
XYZ2116.0161.01-
YUV111.32181.99120.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 98 (38.67% from 255) = 24.14%
BLUE value IS 207 (81.25% from 255) = 50.99%
R=24.88%
G=24.14%
B=50.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal101982070.510.5300.19241.6553.1759.8
Hex6562CF3335013f2353c
Octal14514231763650233626574
Binary110010111000101100111111001111010101001111110010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6562CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6562CF; }

 p { color: rgb(101,98,207); }

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

<style>
 a { background-color: #6562CF; }

 a { background-color: rgb(101,98,207); }

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

<style>
 span { border-color: #6562CF; }

 span { border-color: rgb(101,98,207); }

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