#60396D

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

Shades of Honey Flower #60396D

Tints of Honey Flower #60396D

Color information

#60396D (or 0x60396D) is unknown color: approx Honey Flower. HEX triplet: 60, 39 and 6D. RGB value is (96,57,109). Sum of RGB (Red+Green+Blue) = 96+57+109=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #60396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60396D is #9FC692. Grayscale: #4A4A4A. Windows color (decimal): -10471059 or 7158112. OLE color: 7158112.

HSL color Cylindrical-coordinate representation of color #60396D: hue angle of 285º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60396D is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9657109-
CMYK0.120.4800.57
HSL285º31.33%32.55%-
HSV(B)285º47.71%42.75%-
XYZ9.056.5215.25-
YUV74.59147.42143.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.64%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 109 (42.97% from 255) = 41.60%
R=36.64%
G=21.76%
B=41.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96571090.120.4800.5728531.3332.55
Hex60396DC3003911d1f21
Octal1407115514600714353741
Binary110000011100111011011100110000011100110001110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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