#61426F

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

Shades of Honey Flower #61426F

Tints of Honey Flower #61426F

Color information

#61426F (or 0x61426F) is unknown color: approx Honey Flower. HEX triplet: 61, 42 and 6F. RGB value is (97,66,111). Sum of RGB (Red+Green+Blue) = 97+66+111=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #61426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61426F is #9EBD90. Grayscale: #505050. Windows color (decimal): -10403217 or 7291489. OLE color: 7291489.

HSL color Cylindrical-coordinate representation of color #61426F: hue angle of 281.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61426F is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9766111-
CMYK0.130.4100.56
HSL281.33º25.42%34.71%-
HSV(B)281.33º40.54%43.53%-
XYZ9.757.5915.99-
YUV80.4145.27139.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 111 (43.75% from 255) = 40.51%
R=35.40%
G=24.09%
B=40.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97661110.130.4100.56281.3325.4234.71
Hex61426FD290381191923
Octal14110215715510704313143
Binary1100001100001011011111101101001011100010001100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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