#6D5BDC

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

Shades of Slate Blue #6D5BDC

Tints of Slate Blue #6D5BDC

Color information

#6D5BDC (or 0x6D5BDC) is unknown color: approx Slate Blue. HEX triplet: 6D, 5B and DC. RGB value is (109,91,220). Sum of RGB (Red+Green+Blue) = 109+91+220=420 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.95% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D5BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5BDC is #92A423. Grayscale: #6E6E6E. Windows color (decimal): -9610276 or 14441325. OLE color: 14441325.

HSL color Cylindrical-coordinate representation of color #6D5BDC: hue angle of 248.37º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D5BDC is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10991220-
CMYK0.500.5900.14
HSL248.37º64.82%60.98%-
HSV(B)248.37º58.64%86.27%-
XYZ22.9715.969.57-
YUV111.09189.46126.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.95%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 220 (86.33% from 255) = 52.38%
R=25.95%
G=21.67%
B=52.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal109912200.500.5900.14248.3764.8260.98
Hex6D5BDC323B0Ef8413d
Octal155133334627301637010175
Binary110110110110111101110011001011101101110111110001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,91,220); }

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

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

 a { background-color: rgb(109,91,220); }

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

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

 span { border-color: rgb(109,91,220); }

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