#6D6ACD

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

Shades of Slate Blue #6D6ACD

Tints of Slate Blue #6D6ACD

Color information

#6D6ACD (or 0x6D6ACD) is unknown color: approx Slate Blue. HEX triplet: 6D, 6A and CD. RGB value is (109,106,205). Sum of RGB (Red+Green+Blue) = 109+106+205=420 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.95% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D6ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6ACD is #929532. Grayscale: #757575. Windows color (decimal): -9606451 or 13462125. OLE color: 13462125.

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

Color convert

RGB109106205-
CMYK0.470.4800.20
HSL241.82º49.75%60.98%-
HSV(B)241.82º48.29%80.39%-
XYZ22.4817.9760.04-
YUV118.18176.99121.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.95%
GREEN value IS 106 (41.80% from 255) = 25.24%
BLUE value IS 205 (80.47% from 255) = 48.81%
R=25.95%
G=25.24%
B=48.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091062050.470.4800.20241.8249.7560.98
Hex6D6ACD2F30014f2323d
Octal15515231557600243626275
Binary110110111010101100110110111111000001010011110010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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