#6C52CD

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

Shades of Slate Blue #6C52CD

Tints of Slate Blue #6C52CD

Color information

#6C52CD (or 0x6C52CD) is unknown color: approx Slate Blue. HEX triplet: 6C, 52 and CD. RGB value is (108,82,205). Sum of RGB (Red+Green+Blue) = 108+82+205=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C52CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C52CD is #93AD32. Grayscale: #676767. Windows color (decimal): -9678131 or 13455980. OLE color: 13455980.

HSL color Cylindrical-coordinate representation of color #6C52CD: hue angle of 252.68º 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 #6C52CD is Cyan = 0.47, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10882205-
CMYK0.470.600.20
HSL252.68º55.16%56.27%-
HSV(B)252.68º60%80.39%-
XYZ20.2213.6359.32-
YUV103.8185.11131-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.34%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 205 (80.47% from 255) = 51.90%
R=27.34%
G=20.76%
B=51.90%

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
Decimal108822050.470.600.20252.6855.1656.27
Hex6C52CD2F3C014fd3738
Octal15412231557740243756770
Binary110110010100101100110110111111110001010011111101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C52CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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