#60396F

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

Shades of Honey Flower #60396F

Tints of Honey Flower #60396F

Color information

#60396F (or 0x60396F) is unknown color: approx Honey Flower. HEX triplet: 60, 39 and 6F. RGB value is (96,57,111). Sum of RGB (Red+Green+Blue) = 96+57+111=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #60396F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60396F is #9FC690. Grayscale: #4A4A4A. Windows color (decimal): -10471057 or 7289184. OLE color: 7289184.

HSL color Cylindrical-coordinate representation of color #60396F: hue angle of 283.33º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60396F is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9657111-
CMYK0.140.4900.56
HSL283.33º32.14%32.94%-
HSV(B)283.33º48.65%43.53%-
XYZ9.166.5615.82-
YUV74.82148.42143.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.36%
GREEN value IS 57 (22.66% from 255) = 21.59%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=36.36%
G=21.59%
B=42.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96571110.140.4900.56283.3332.1432.94
Hex60396FE3103811b2021
Octal1407115716610704334041
Binary1100000111001110111111101100010111000100011011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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