#60456B

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

Shades of Honey Flower #60456B

Tints of Honey Flower #60456B

Color information

#60456B (or 0x60456B) is unknown color: approx Honey Flower. HEX triplet: 60, 45 and 6B. RGB value is (96,69,107). Sum of RGB (Red+Green+Blue) = 96+69+107=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 107 - color contains mainly: blue. Hex color #60456B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60456B is #9FBA94. Grayscale: #515151. Windows color (decimal): -10467989 or 7030112. OLE color: 7030112.

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

Color convert

RGB9669107-
CMYK0.100.3600.58
HSL282.63º21.59%34.51%-
HSV(B)282.63º35.51%41.96%-
XYZ9.617.814.91-
YUV81.4142.45138.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=35.29%
G=25.37%
B=39.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96691070.100.3600.58282.6321.5934.51
Hex60456BA2403A11b1623
Octal14010515312440724332643
Binary1100000100010111010111010100100011101010001101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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