#6562CC

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

Shades of Slate Blue #6562CC

Tints of Slate Blue #6562CC

Color information

#6562CC (or 0x6562CC) is unknown color: approx Slate Blue. HEX triplet: 65, 62 and CC. RGB value is (101,98,204). Sum of RGB (Red+Green+Blue) = 101+98+204=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #6562CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6562CC is #9A9D33. Grayscale: #6E6E6E. Windows color (decimal): -10132788 or 13394533. OLE color: 13394533.

HSL color Cylindrical-coordinate representation of color #6562CC: hue angle of 241.7º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6562CC is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10198204-
CMYK0.500.5200.2
HSL241.7º50.96%59.22%-
HSV(B)241.7º51.96%80%-
XYZ20.6315.8659.1-
YUV110.98180.49120.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.06%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 204 (80.08% from 255) = 50.62%
R=25.06%
G=24.32%
B=50.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal101982040.500.5200.2241.750.9659.22
Hex6562CC3234014f2333b
Octal14514231462640243626373
Binary110010111000101100110011001011010001010011110010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6562CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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