#6D5FCD

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

Shades of Slate Blue #6D5FCD

Tints of Slate Blue #6D5FCD

Color information

#6D5FCD (or 0x6D5FCD) is unknown color: approx Slate Blue. HEX triplet: 6D, 5F and CD. RGB value is (109,95,205). Sum of RGB (Red+Green+Blue) = 109+95+205=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D5FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5FCD is #92A032. Grayscale: #6F6F6F. Windows color (decimal): -9609267 or 13459309. OLE color: 13459309.

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

Color convert

RGB10995205-
CMYK0.470.5400.20
HSL247.64º52.38%58.82%-
HSV(B)247.64º53.66%80.39%-
XYZ21.4215.8459.69-
YUV111.73180.64126.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.65%
GREEN value IS 95 (37.5% from 255) = 23.23%
BLUE value IS 205 (80.47% from 255) = 50.12%
R=26.65%
G=23.23%
B=50.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal109952050.470.5400.20247.6452.3858.82
Hex6D5FCD2F36014f8343b
Octal15513731557660243706473
Binary110110110111111100110110111111011001010011111000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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