#6D56CC

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

Shades of Slate Blue #6D56CC

Tints of Slate Blue #6D56CC

Color information

#6D56CC (or 0x6D56CC) is unknown color: approx Slate Blue. HEX triplet: 6D, 56 and CC. RGB value is (109,86,204). Sum of RGB (Red+Green+Blue) = 109+86+204=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D56CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D56CC is #92A933. Grayscale: #696969. Windows color (decimal): -9611572 or 13391469. OLE color: 13391469.

HSL color Cylindrical-coordinate representation of color #6D56CC: hue angle of 251.69º 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 #6D56CC is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10986204-
CMYK0.470.5800.2
HSL251.69º53.64%56.86%-
HSV(B)251.69º57.84%80%-
XYZ20.5314.2758.8-
YUV106.33183.12129.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.32%
GREEN value IS 86 (33.98% from 255) = 21.55%
BLUE value IS 204 (80.08% from 255) = 51.13%
R=27.32%
G=21.55%
B=51.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal109862040.470.5800.2251.6953.6456.86
Hex6D56CC2F3A014fc3639
Octal15512631457720243746671
Binary110110110101101100110010111111101001010011111100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D56CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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