#6C52DD

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

Shades of Slate Blue #6C52DD

Tints of Slate Blue #6C52DD

Color information

#6C52DD (or 0x6C52DD) is unknown color: approx Slate Blue. HEX triplet: 6C, 52 and DD. RGB value is (108,82,221). Sum of RGB (Red+Green+Blue) = 108+82+221=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C52DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C52DD is #93AD22. Grayscale: #696969. Windows color (decimal): -9678115 or 14504556. OLE color: 14504556.

HSL color Cylindrical-coordinate representation of color #6C52DD: hue angle of 251.22º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C52DD is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10882221-
CMYK0.510.6300.13
HSL251.22º67.15%59.41%-
HSV(B)251.22º62.9%86.67%-
XYZ22.2514.4470.02-
YUV105.62193.11129.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.28%
GREEN value IS 82 (32.42% from 255) = 19.95%
BLUE value IS 221 (86.72% from 255) = 53.77%
R=26.28%
G=19.95%
B=53.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal108822210.510.6300.13251.2267.1559.41
Hex6C52DD333F0Dfb433b
Octal154122335637701537310373
Binary110110010100101101110111001111111101101111110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C52DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,82,221); }

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

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

 a { background-color: rgb(108,82,221); }

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

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

 span { border-color: rgb(108,82,221); }

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