#6561C7

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

Shades of Slate Blue #6561C7

Tints of Slate Blue #6561C7

Color information

#6561C7 (or 0x6561C7) is unknown color: approx Slate Blue. HEX triplet: 65, 61 and C7. RGB value is (101,97,199). Sum of RGB (Red+Green+Blue) = 101+97+199=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 199 (78.12% from 255 or 50.13% from 397); Max value from RGB is 199 - color contains mainly: blue. Hex color #6561C7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6561C7 is #9A9E38. Grayscale: #6D6D6D. Windows color (decimal): -10133049 or 13066597. OLE color: 13066597.

HSL color Cylindrical-coordinate representation of color #6561C7: hue angle of 242.35º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6561C7 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10197199-
CMYK0.490.5100.22
HSL242.35º47.66%58.04%-
HSV(B)242.35º51.26%78.04%-
XYZ19.9515.4455.96-
YUV109.82178.33121.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.44%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 199 (78.12% from 255) = 50.13%
R=25.44%
G=24.43%
B=50.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal101971990.490.5100.22242.3547.6658.04
Hex6561C73133016f2303a
Octal14514130761630263626072
Binary110010111000011100011111000111001101011011110010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6561C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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