#6D56CD

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

Shades of Slate Blue #6D56CD

Tints of Slate Blue #6D56CD

Color information

#6D56CD (or 0x6D56CD) is unknown color: approx Slate Blue. HEX triplet: 6D, 56 and CD. RGB value is (109,86,205). Sum of RGB (Red+Green+Blue) = 109+86+205=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D56CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D56CD is #92A932. Grayscale: #696969. Windows color (decimal): -9611571 or 13457005. OLE color: 13457005.

HSL color Cylindrical-coordinate representation of color #6D56CD: hue angle of 251.6º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D56CD is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10986205-
CMYK0.470.5800.20
HSL251.6º54.34%57.06%-
HSV(B)251.6º58.05%80.39%-
XYZ20.6514.3159.43-
YUV106.44183.62129.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.25%
GREEN value IS 86 (33.98% from 255) = 21.5%
BLUE value IS 205 (80.47% from 255) = 51.25%
R=27.25%
G=21.5%
B=51.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal109862050.470.5800.20251.654.3457.06
Hex6D56CD2F3A014fc3639
Octal15512631557720243746671
Binary110110110101101100110110111111101001010011111100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D56CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D56CD; }

 p { color: rgb(109,86,205); }

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

<style>
 a { background-color: #6D56CD; }

 a { background-color: rgb(109,86,205); }

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

<style>
 span { border-color: #6D56CD; }

 span { border-color: rgb(109,86,205); }

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