#6054CF

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

Shades of Slate Blue #6054CF

Tints of Slate Blue #6054CF

Color information

#6054CF (or 0x6054CF) is unknown color: approx Slate Blue. HEX triplet: 60, 54 and CF. RGB value is (96,84,207). Sum of RGB (Red+Green+Blue) = 96+84+207=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #6054CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6054CF is #9FAB30. Grayscale: #656565. Windows color (decimal): -10464049 or 13587552. OLE color: 13587552.

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

Color convert

RGB9684207-
CMYK0.540.5900.19
HSL245.85º56.16%57.06%-
HSV(B)245.85º59.42%81.18%-
XYZ19.2613.3360.59-
YUV101.61187.48124-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.81%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 207 (81.25% from 255) = 53.49%
R=24.81%
G=21.71%
B=53.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal96842070.540.5900.19245.8556.1657.06
Hex6054CF363B013f63839
Octal14012431766730233667071
Binary110000010101001100111111011011101101001111110110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6054CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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