#60356C

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

Shades of Honey Flower #60356C

Tints of Honey Flower #60356C

Color information

#60356C (or 0x60356C) is unknown color: approx Honey Flower. HEX triplet: 60, 35 and 6C. RGB value is (96,53,108). Sum of RGB (Red+Green+Blue) = 96+53+108=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #60356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60356C is #9FCA93. Grayscale: #474747. Windows color (decimal): -10472084 or 7091552. OLE color: 7091552.

HSL color Cylindrical-coordinate representation of color #60356C: hue angle of 286.91º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60356C is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9653108-
CMYK0.110.5100.58
HSL286.91º34.16%31.57%-
HSV(B)286.91º50.93%42.35%-
XYZ8.86.1214.9-
YUV72.13148.25145.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.35%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=37.35%
G=20.62%
B=42.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96531080.110.5100.58286.9134.1631.57
Hex60356CB3303A11f2220
Octal1406515413630724374240
Binary1100000110101110110010111100110111010100011111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60356C; }

 p { color: rgb(96,53,108); }

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

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

 a { background-color: rgb(96,53,108); }

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

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

 span { border-color: rgb(96,53,108); }

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