#6D52CD

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

Shades of Slate Blue #6D52CD

Tints of Slate Blue #6D52CD

Color information

#6D52CD (or 0x6D52CD) is unknown color: approx Slate Blue. HEX triplet: 6D, 52 and CD. RGB value is (109,82,205). Sum of RGB (Red+Green+Blue) = 109+82+205=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D52CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D52CD is #92AD32. Grayscale: #676767. Windows color (decimal): -9612595 or 13455981. OLE color: 13455981.

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

Color convert

RGB10982205-
CMYK0.470.600.20
HSL253.17º55.16%56.27%-
HSV(B)253.17º60%80.39%-
XYZ20.3413.6959.33-
YUV104.1184.95131.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.53%
GREEN value IS 82 (32.42% from 255) = 20.71%
BLUE value IS 205 (80.47% from 255) = 51.77%
R=27.53%
G=20.71%
B=51.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal109822050.470.600.20253.1755.1656.27
Hex6D52CD2F3C014fd3738
Octal15512231557740243756770
Binary110110110100101100110110111111110001010011111101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D52CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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