#60386A

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

Shades of Honey Flower #60386A

Tints of Honey Flower #60386A

Color information

#60386A (or 0x60386A) is unknown color: approx Honey Flower. HEX triplet: 60, 38 and 6A. RGB value is (96,56,106). Sum of RGB (Red+Green+Blue) = 96+56+106=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #60386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60386A is #9FC795. Grayscale: #494949. Windows color (decimal): -10471318 or 6961248. OLE color: 6961248.

HSL color Cylindrical-coordinate representation of color #60386A: hue angle of 288º 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 #60386A is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9656106-
CMYK0.090.4700.58
HSL288º30.86%31.76%-
HSV(B)288º47.17%41.57%-
XYZ8.846.3614.4-
YUV73.66146.25143.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 56 (22.27% from 255) = 21.71%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=37.21%
G=21.71%
B=41.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96561060.090.4700.5828830.8631.76
Hex60386A92F03A1201f20
Octal1407015211570724403740
Binary110000011100011010101001101111011101010010000011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60386A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60386A; }

 p { color: rgb(96,56,106); }

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

<style>
 a { background-color: #60386A; }

 a { background-color: rgb(96,56,106); }

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

<style>
 span { border-color: #60386A; }

 span { border-color: rgb(96,56,106); }

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