#6561D5

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

Shades of Slate Blue #6561D5

Tints of Slate Blue #6561D5

Color information

#6561D5 (or 0x6561D5) is unknown color: approx Slate Blue. HEX triplet: 65, 61 and D5. RGB value is (101,97,213). Sum of RGB (Red+Green+Blue) = 101+97+213=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #6561D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6561D5 is #9A9E2A. Grayscale: #6E6E6E. Windows color (decimal): -10133035 or 13984101. OLE color: 13984101.

HSL color Cylindrical-coordinate representation of color #6561D5: hue angle of 242.07º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6561D5 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10197213-
CMYK0.530.5400.16
HSL242.07º58%60.78%-
HSV(B)242.07º54.46%83.53%-
XYZ21.6516.1264.92-
YUV111.42185.33120.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.57%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 213 (83.59% from 255) = 51.82%
R=24.57%
G=23.60%
B=51.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal101972130.530.5400.16242.075860.78
Hex6561D53536010f23a3d
Octal14514132565660203627275
Binary110010111000011101010111010111011001000011110010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6561D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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