#6054DD

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

Shades of Slate Blue #6054DD

Tints of Slate Blue #6054DD

Color information

#6054DD (or 0x6054DD) is unknown color: approx Slate Blue. HEX triplet: 60, 54 and DD. RGB value is (96,84,221). Sum of RGB (Red+Green+Blue) = 96+84+221=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #6054DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6054DD is #9FAB22. Grayscale: #666666. Windows color (decimal): -10464035 or 14505056. OLE color: 14505056.

HSL color Cylindrical-coordinate representation of color #6054DD: hue angle of 245.26º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6054DD is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9684221-
CMYK0.570.6200.13
HSL245.26º66.83%59.8%-
HSV(B)245.26º61.99%86.67%-
XYZ21.0514.0570.01-
YUV103.21194.48122.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.94%
GREEN value IS 84 (33.20% from 255) = 20.95%
BLUE value IS 221 (86.72% from 255) = 55.11%
R=23.94%
G=20.95%
B=55.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal96842210.570.6200.13245.2666.8359.8
Hex6054DD393E0Df5433c
Octal140124335717601536510374
Binary110000010101001101110111100111111001101111101011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6054DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6054DD; }

 p { color: rgb(96,84,221); }

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

<style>
 a { background-color: #6054DD; }

 a { background-color: rgb(96,84,221); }

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

<style>
 span { border-color: #6054DD; }

 span { border-color: rgb(96,84,221); }

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