#6047CC

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

Shades of Slate Blue #6047CC

Tints of Slate Blue #6047CC

Color information

#6047CC (or 0x6047CC) is unknown color: approx Slate Blue. HEX triplet: 60, 47 and CC. RGB value is (96,71,204). Sum of RGB (Red+Green+Blue) = 96+71+204=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #6047CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6047CC is #9FB833. Grayscale: #5D5D5D. Windows color (decimal): -10467380 or 13387616. OLE color: 13387616.

HSL color Cylindrical-coordinate representation of color #6047CC: hue angle of 251.28º 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 #6047CC is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9671204-
CMYK0.530.6500.2
HSL251.28º56.6%53.92%-
HSV(B)251.28º65.2%80%-
XYZ17.9811.3558.37-
YUV93.64190.28129.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 71 (28.12% from 255) = 19.14%
BLUE value IS 204 (80.08% from 255) = 54.99%
R=25.88%
G=19.14%
B=54.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal96712040.530.6500.2251.2856.653.92
Hex6047CC3541014fb3936
Octal140107314651010243737166
Binary1100000100011111001100110101100000101010011111011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6047CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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