#6D6CD5

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

Shades of Slate Blue #6D6CD5

Tints of Slate Blue #6D6CD5

Color information

#6D6CD5 (or 0x6D6CD5) is unknown color: approx Slate Blue. HEX triplet: 6D, 6C and D5. RGB value is (109,108,213). Sum of RGB (Red+Green+Blue) = 109+108+213=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 213 (83.59% from 255 or 49.53% from 430); Max value from RGB is 213 - color contains mainly: blue. Hex color #6D6CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6CD5 is #92932A. Grayscale: #777777. Windows color (decimal): -9605931 or 13986925. OLE color: 13986925.

HSL color Cylindrical-coordinate representation of color #6D6CD5: hue angle of 240.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D6CD5 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB109108213-
CMYK0.490.4900.16
HSL240.57º55.56%62.94%-
HSV(B)240.57º49.3%83.53%-
XYZ23.6818.7865.33-
YUV120.27180.33119.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.35%
GREEN value IS 108 (42.58% from 255) = 25.12%
BLUE value IS 213 (83.59% from 255) = 49.53%
R=25.35%
G=25.12%
B=49.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1091082130.490.4900.16240.5755.5662.94
Hex6D6CD53131010f1383f
Octal15515432561610203617077
Binary110110111011001101010111000111000101000011110001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,108,213); }

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

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

 a { background-color: rgb(109,108,213); }

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

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

 span { border-color: rgb(109,108,213); }

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