#6562D4

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

Shades of Slate Blue #6562D4

Tints of Slate Blue #6562D4

Color information

#6562D4 (or 0x6562D4) is unknown color: approx Slate Blue. HEX triplet: 65, 62 and D4. RGB value is (101,98,212). Sum of RGB (Red+Green+Blue) = 101+98+212=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 212 (83.20% from 255 or 51.58% from 411); Max value from RGB is 212 - color contains mainly: blue. Hex color #6562D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6562D4 is #9A9D2B. Grayscale: #6F6F6F. Windows color (decimal): -10132780 or 13918821. OLE color: 13918821.

HSL color Cylindrical-coordinate representation of color #6562D4: hue angle of 241.58º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6562D4 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10198212-
CMYK0.520.5400.17
HSL241.58º57%60.78%-
HSV(B)241.58º53.77%83.14%-
XYZ21.6216.2664.29-
YUV111.89184.49120.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.57%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 212 (83.20% from 255) = 51.58%
R=24.57%
G=23.84%
B=51.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal101982120.520.5400.17241.585760.78
Hex6562D43436011f2393d
Octal14514232464660213627175
Binary110010111000101101010011010011011001000111110010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6562D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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