#6047CD

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

Shades of Slate Blue #6047CD

Tints of Slate Blue #6047CD

Color information

#6047CD (or 0x6047CD) is unknown color: approx Slate Blue. HEX triplet: 60, 47 and CD. RGB value is (96,71,205). Sum of RGB (Red+Green+Blue) = 96+71+205=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #6047CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6047CD is #9FB832. Grayscale: #5D5D5D. Windows color (decimal): -10467379 or 13453152. OLE color: 13453152.

HSL color Cylindrical-coordinate representation of color #6047CD: hue angle of 251.19º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6047CD is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9671205-
CMYK0.530.6500.20
HSL251.19º57.26%54.12%-
HSV(B)251.19º65.37%80.39%-
XYZ18.111.459-
YUV93.75190.78129.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.81%
GREEN value IS 71 (28.12% from 255) = 19.09%
BLUE value IS 205 (80.47% from 255) = 55.11%
R=25.81%
G=19.09%
B=55.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96712050.530.6500.20251.1957.2654.12
Hex6047CD3541014fb3936
Octal140107315651010243737166
Binary1100000100011111001101110101100000101010011111011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6047CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,71,205); }

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

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

 a { background-color: rgb(96,71,205); }

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

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

 span { border-color: rgb(96,71,205); }

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