#60496B

Color #60496B Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #60496B

Tints of Honey Flower #60496B

Color information

#60496B (or 0x60496B) is unknown color: approx Honey Flower. HEX triplet: 60, 49 and 6B. RGB value is (96,73,107). Sum of RGB (Red+Green+Blue) = 96+73+107=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 107 - color contains mainly: blue. Hex color #60496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60496B is #9FB694. Grayscale: #535353. Windows color (decimal): -10466965 or 7031136. OLE color: 7031136.

HSL color Cylindrical-coordinate representation of color #60496B: hue angle of 280.59º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60496B is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9673107-
CMYK0.100.3200.58
HSL280.59º18.89%35.29%-
HSV(B)280.59º31.78%41.96%-
XYZ9.868.3114.99-
YUV83.75141.12136.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.78%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=34.78%
G=26.45%
B=38.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96731070.100.3200.58280.5918.8935.29
Hex60496BA2003A1191323
Octal14011115312400724312343
Binary1100000100100111010111010100000011101010001100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60496B; }

 p { color: rgb(96,73,107); }

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

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

 a { background-color: rgb(96,73,107); }

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

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

 span { border-color: rgb(96,73,107); }

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