#6561CD

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

Shades of Slate Blue #6561CD

Tints of Slate Blue #6561CD

Color information

#6561CD (or 0x6561CD) is unknown color: approx Slate Blue. HEX triplet: 65, 61 and CD. RGB value is (101,97,205). Sum of RGB (Red+Green+Blue) = 101+97+205=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #6561CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6561CD is #9A9E32. Grayscale: #6E6E6E. Windows color (decimal): -10133043 or 13459813. OLE color: 13459813.

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

Color convert

RGB10197205-
CMYK0.510.5300.20
HSL242.22º51.92%59.22%-
HSV(B)242.22º52.68%80.39%-
XYZ20.6615.7259.7-
YUV110.51181.33121.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.06%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 205 (80.47% from 255) = 50.87%
R=25.06%
G=24.07%
B=50.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal101972050.510.5300.20242.2251.9259.22
Hex6561CD3335014f2343b
Octal14514131563650243626473
Binary110010111000011100110111001111010101010011110010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6561CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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