#61466C

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

Shades of Honey Flower #61466C

Tints of Honey Flower #61466C

Color information

#61466C (or 0x61466C) is unknown color: approx Honey Flower. HEX triplet: 61, 46 and 6C. RGB value is (97,70,108). Sum of RGB (Red+Green+Blue) = 97+70+108=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 108 - color contains mainly: blue. Hex color #61466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61466C is #9EB993. Grayscale: #525252. Windows color (decimal): -10402196 or 7095905. OLE color: 7095905.

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

Color convert

RGB9770108-
CMYK0.100.3500.58
HSL282.63º21.35%34.9%-
HSV(B)282.63º35.19%42.35%-
XYZ9.83815.21-
YUV82.4142.45138.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=35.27%
G=25.45%
B=39.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97701080.100.3500.58282.6321.3534.9
Hex61466CA2303A11b1523
Octal14110615412430724332543
Binary1100001100011011011001010100011011101010001101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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