#6556D4

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

Shades of Slate Blue #6556D4

Tints of Slate Blue #6556D4

Color information

#6556D4 (or 0x6556D4) is unknown color: approx Slate Blue. HEX triplet: 65, 56 and D4. RGB value is (101,86,212). Sum of RGB (Red+Green+Blue) = 101+86+212=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 212 (83.20% from 255 or 53.13% from 399); Max value from RGB is 212 - color contains mainly: blue. Hex color #6556D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6556D4 is #9AA92B. Grayscale: #686868. Windows color (decimal): -10135852 or 13915749. OLE color: 13915749.

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

Color convert

RGB10186212-
CMYK0.520.5900.17
HSL247.14º59.43%58.43%-
HSV(B)247.14º59.43%83.14%-
XYZ20.5814.1863.94-
YUV104.85188.47125.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.31%
GREEN value IS 86 (33.98% from 255) = 21.55%
BLUE value IS 212 (83.20% from 255) = 53.13%
R=25.31%
G=21.55%
B=53.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal101862120.520.5900.17247.1459.4358.43
Hex6556D4343B011f73b3a
Octal14512632464730213677372
Binary110010110101101101010011010011101101000111110111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6556D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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