#60406B

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

Shades of Honey Flower #60406B

Tints of Honey Flower #60406B

Color information

#60406B (or 0x60406B) is unknown color: approx Honey Flower. HEX triplet: 60, 40 and 6B. RGB value is (96,64,107). Sum of RGB (Red+Green+Blue) = 96+64+107=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 107 - color contains mainly: blue. Hex color #60406B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60406B is #9FBF94. Grayscale: #4E4E4E. Windows color (decimal): -10469269 or 7028832. OLE color: 7028832.

HSL color Cylindrical-coordinate representation of color #60406B: hue angle of 284.65º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60406B is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9664107-
CMYK0.100.4000.58
HSL284.65º25.15%33.53%-
HSV(B)284.65º40.19%41.96%-
XYZ9.317.2214.81-
YUV78.47144.1140.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.96%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 107 (42.19% from 255) = 40.07%
R=35.96%
G=23.97%
B=40.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96641070.100.4000.58284.6525.1533.53
Hex60406BA2803A11d1922
Octal14010015312500724353142
Binary1100000100000011010111010101000011101010001110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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