#61496C

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

Shades of Honey Flower #61496C

Tints of Honey Flower #61496C

Color information

#61496C (or 0x61496C) is unknown color: approx Honey Flower. HEX triplet: 61, 49 and 6C. RGB value is (97,73,108). Sum of RGB (Red+Green+Blue) = 97+73+108=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #61496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61496C is #9EB693. Grayscale: #545454. Windows color (decimal): -10401428 or 7096673. OLE color: 7096673.

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

Color convert

RGB9773108-
CMYK0.100.3200.58
HSL281.14º19.34%35.49%-
HSV(B)281.14º32.41%42.35%-
XYZ10.028.3915.28-
YUV84.17141.45137.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 73 (28.91% from 255) = 26.26%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=34.89%
G=26.26%
B=38.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97731080.100.3200.58281.1419.3435.49
Hex61496CA2003A1191323
Octal14111115412400724312343
Binary1100001100100111011001010100000011101010001100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,73,108); }

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

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

 a { background-color: rgb(97,73,108); }

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

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

 span { border-color: rgb(97,73,108); }

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