#6562DF

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

Shades of Slate Blue #6562DF

Tints of Slate Blue #6562DF

Color information

#6562DF (or 0x6562DF) is unknown color: approx Slate Blue. HEX triplet: 65, 62 and DF. RGB value is (101,98,223). Sum of RGB (Red+Green+Blue) = 101+98+223=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #6562DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6562DF is #9A9D20. Grayscale: #707070. Windows color (decimal): -10132769 or 14639717. OLE color: 14639717.

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

Color convert

RGB10198223-
CMYK0.550.5600.13
HSL241.44º66.14%62.94%-
HSV(B)241.44º56.05%87.45%-
XYZ23.0516.8371.85-
YUV113.15189.99119.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.93%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 223 (87.5% from 255) = 52.84%
R=23.93%
G=23.22%
B=52.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal101982230.550.5600.13241.4466.1462.94
Hex6562DF37380Df1423f
Octal145142337677001536110277
Binary110010111000101101111111011111100001101111100011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6562DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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