#61416E

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

Shades of Honey Flower #61416E

Tints of Honey Flower #61416E

Color information

#61416E (or 0x61416E) is unknown color: approx Honey Flower. HEX triplet: 61, 41 and 6E. RGB value is (97,65,110). Sum of RGB (Red+Green+Blue) = 97+65+110=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 110 - color contains mainly: blue. Hex color #61416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61416E is #9EBE91. Grayscale: #4F4F4F. Windows color (decimal): -10403474 or 7225697. OLE color: 7225697.

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

Color convert

RGB9765110-
CMYK0.120.4100.57
HSL282.67º25.71%34.31%-
HSV(B)282.67º40.91%43.14%-
XYZ9.637.4515.68-
YUV79.7145.1140.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.66%
GREEN value IS 65 (25.78% from 255) = 23.90%
BLUE value IS 110 (43.36% from 255) = 40.44%
R=35.66%
G=23.90%
B=40.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97651100.120.4100.57282.6725.7134.31
Hex61416EC2903911b1a22
Octal14110115614510714333242
Binary1100001100000111011101100101001011100110001101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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