#605799

Color #605799 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #605799

Tints of Scampi #605799

Color information

#605799 (or 0x605799) is unknown color: approx Scampi. HEX triplet: 60, 57 and 99. RGB value is (96,87,153). Sum of RGB (Red+Green+Blue) = 96+87+153=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #605799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605799 is #9FA866. Grayscale: #606060. Windows color (decimal): -10463335 or 10049376. OLE color: 10049376.

HSL color Cylindrical-coordinate representation of color #605799: hue angle of 248.18º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #605799 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9687153-
CMYK0.370.4300.4
HSL248.18º27.5%47.06%-
HSV(B)248.18º43.14%60%-
XYZ13.9811.631.64-
YUV97.22159.48127.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.57%
GREEN value IS 87 (34.38% from 255) = 25.89%
BLUE value IS 153 (60.16% from 255) = 45.54%
R=28.57%
G=25.89%
B=45.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96871530.370.4300.4248.1827.547.06
Hex605799252B028f81b2f
Octal14012723145530503703357
Binary110000010101111001100110010110101101010001111100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605799; }

 p { color: rgb(96,87,153); }

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

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

 a { background-color: rgb(96,87,153); }

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

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

 span { border-color: rgb(96,87,153); }

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