#61426D

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

Shades of Honey Flower #61426D

Tints of Honey Flower #61426D

Color information

#61426D (or 0x61426D) is unknown color: approx Honey Flower. HEX triplet: 61, 42 and 6D. RGB value is (97,66,109). Sum of RGB (Red+Green+Blue) = 97+66+109=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 109 - color contains mainly: blue. Hex color #61426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61426D is #9EBD92. Grayscale: #505050. Windows color (decimal): -10403219 or 7160417. OLE color: 7160417.

HSL color Cylindrical-coordinate representation of color #61426D: hue angle of 283.26º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61426D is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9766109-
CMYK0.110.3900.57
HSL283.26º24.57%34.31%-
HSV(B)283.26º39.45%42.75%-
XYZ9.647.5415.42-
YUV80.17144.27140-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.66%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=35.66%
G=24.26%
B=40.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97661090.110.3900.57283.2624.5734.31
Hex61426DB2703911b1922
Octal14110215513470714333142
Binary1100001100001011011011011100111011100110001101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61426D; }

 p { color: rgb(97,66,109); }

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

<style>
 a { background-color: #61426D; }

 a { background-color: rgb(97,66,109); }

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

<style>
 span { border-color: #61426D; }

 span { border-color: rgb(97,66,109); }

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