#6152CD

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

Shades of Slate Blue #6152CD

Tints of Slate Blue #6152CD

Color information

#6152CD (or 0x6152CD) is unknown color: approx Slate Blue. HEX triplet: 61, 52 and CD. RGB value is (97,82,205). Sum of RGB (Red+Green+Blue) = 97+82+205=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #6152CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6152CD is #9EAD32. Grayscale: #646464. Windows color (decimal): -10399027 or 13455969. OLE color: 13455969.

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

Color convert

RGB9782205-
CMYK0.530.600.20
HSL247.32º55.16%56.27%-
HSV(B)247.32º60%80.39%-
XYZ18.9712.9859.26-
YUV100.51186.97125.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.26%
GREEN value IS 82 (32.42% from 255) = 21.35%
BLUE value IS 205 (80.47% from 255) = 53.39%
R=25.26%
G=21.35%
B=53.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97822050.530.600.20247.3255.1656.27
Hex6152CD353C014f73738
Octal14112231565740243676770
Binary110000110100101100110111010111110001010011110111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6152CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6152CD; }

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

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

<style>
 a { background-color: #6152CD; }

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

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

<style>
 span { border-color: #6152CD; }

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

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