#6054CC

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

Shades of Slate Blue #6054CC

Tints of Slate Blue #6054CC

Color information

#6054CC (or 0x6054CC) is unknown color: approx Slate Blue. HEX triplet: 60, 54 and CC. RGB value is (96,84,204). Sum of RGB (Red+Green+Blue) = 96+84+204=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #6054CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6054CC is #9FAB33. Grayscale: #646464. Windows color (decimal): -10464052 or 13390944. OLE color: 13390944.

HSL color Cylindrical-coordinate representation of color #6054CC: hue angle of 246º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6054CC is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9684204-
CMYK0.530.5900.2
HSL246º54.05%56.47%-
HSV(B)246º58.82%80%-
XYZ18.8913.1958.68-
YUV101.27185.98124.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 204 (80.08% from 255) = 53.12%
R=25%
G=21.88%
B=53.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal96842040.530.5900.224654.0556.47
Hex6054CC353B014f63638
Octal14012431465730243666670
Binary110000010101001100110011010111101101010011110110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6054CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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