#60569A

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

Shades of Scampi #60569A

Tints of Scampi #60569A

Color information

#60569A (or 0x60569A) is unknown color: approx Scampi. HEX triplet: 60, 56 and 9A. RGB value is (96,86,154). Sum of RGB (Red+Green+Blue) = 96+86+154=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #60569A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60569A is #9FA965. Grayscale: #606060. Windows color (decimal): -10463590 or 10114656. OLE color: 10114656.

HSL color Cylindrical-coordinate representation of color #60569A: hue angle of 248.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60569A is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9686154-
CMYK0.380.4400.40
HSL248.82º28.33%47.06%-
HSV(B)248.82º44.16%60.39%-
XYZ13.9811.4832.05-
YUV96.74160.31127.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.57%
GREEN value IS 86 (33.98% from 255) = 25.60%
BLUE value IS 154 (60.55% from 255) = 45.83%
R=28.57%
G=25.60%
B=45.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96861540.380.4400.40248.8228.3347.06
Hex60569A262C028f91c2f
Octal14012623246540503713457
Binary110000010101101001101010011010110001010001111100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60569A; }

 p { color: rgb(96,86,154); }

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

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

 a { background-color: rgb(96,86,154); }

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

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

 span { border-color: rgb(96,86,154); }

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