#60396C

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

Shades of Honey Flower #60396C

Tints of Honey Flower #60396C

Color information

#60396C (or 0x60396C) is unknown color: approx Honey Flower. HEX triplet: 60, 39 and 6C. RGB value is (96,57,108). Sum of RGB (Red+Green+Blue) = 96+57+108=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #60396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60396C is #9FC693. Grayscale: #4A4A4A. Windows color (decimal): -10471060 or 7092576. OLE color: 7092576.

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

Color convert

RGB9657108-
CMYK0.110.4700.58
HSL285.88º30.91%32.35%-
HSV(B)285.88º47.22%42.35%-
XYZ8.996.514.97-
YUV74.47146.92143.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.78%
GREEN value IS 57 (22.66% from 255) = 21.84%
BLUE value IS 108 (42.58% from 255) = 41.38%
R=36.78%
G=21.84%
B=41.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96571080.110.4700.58285.8830.9132.35
Hex60396CB2F03A11e1f20
Octal1407115413570724363740
Binary110000011100111011001011101111011101010001111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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