#61346E

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

Shades of Honey Flower #61346E

Tints of Honey Flower #61346E

Color information

#61346E (or 0x61346E) is unknown color: approx Honey Flower. HEX triplet: 61, 34 and 6E. RGB value is (97,52,110). Sum of RGB (Red+Green+Blue) = 97+52+110=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 110 - color contains mainly: blue. Hex color #61346E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61346E is #9ECB91. Grayscale: #474747. Windows color (decimal): -10406802 or 7222369. OLE color: 7222369.

HSL color Cylindrical-coordinate representation of color #61346E: hue angle of 286.55º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61346E is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9752110-
CMYK0.120.5300.57
HSL286.55º35.8%31.76%-
HSV(B)286.55º52.73%43.14%-
XYZ8.976.1215.46-
YUV72.07149.41145.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 52 (20.70% from 255) = 20.08%
BLUE value IS 110 (43.36% from 255) = 42.47%
R=37.45%
G=20.08%
B=42.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97521100.120.5300.57286.5535.831.76
Hex61346EC3503911f2420
Octal1416415614650714374440
Binary1100001110100110111011001101010111001100011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61346E; }

 p { color: rgb(97,52,110); }

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

<style>
 a { background-color: #61346E; }

 a { background-color: rgb(97,52,110); }

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

<style>
 span { border-color: #61346E; }

 span { border-color: rgb(97,52,110); }

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