#6561D0

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

Shades of Slate Blue #6561D0

Tints of Slate Blue #6561D0

Color information

#6561D0 (or 0x6561D0) is unknown color: approx Slate Blue. HEX triplet: 65, 61 and D0. RGB value is (101,97,208). Sum of RGB (Red+Green+Blue) = 101+97+208=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #6561D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6561D0 is #9A9E2F. Grayscale: #6E6E6E. Windows color (decimal): -10133040 or 13656421. OLE color: 13656421.

HSL color Cylindrical-coordinate representation of color #6561D0: hue angle of 242.16º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6561D0 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10197208-
CMYK0.510.5300.18
HSL242.16º54.15%59.8%-
HSV(B)242.16º53.37%81.57%-
XYZ21.0315.8761.63-
YUV110.85182.83120.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 208 (81.64% from 255) = 51.23%
R=24.88%
G=23.89%
B=51.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101972080.510.5300.18242.1654.1559.8
Hex6561D03335012f2363c
Octal14514132063650223626674
Binary110010111000011101000011001111010101001011110010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6561D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6561D0; }

 p { color: rgb(101,97,208); }

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

<style>
 a { background-color: #6561D0; }

 a { background-color: rgb(101,97,208); }

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

<style>
 span { border-color: #6561D0; }

 span { border-color: rgb(101,97,208); }

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