#61406E

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

Shades of Honey Flower #61406E

Tints of Honey Flower #61406E

Color information

#61406E (or 0x61406E) is unknown color: approx Honey Flower. HEX triplet: 61, 40 and 6E. RGB value is (97,64,110). Sum of RGB (Red+Green+Blue) = 97+64+110=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 110 - color contains mainly: blue. Hex color #61406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61406E is #9EBF91. Grayscale: #4E4E4E. Windows color (decimal): -10403730 or 7225441. OLE color: 7225441.

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

Color convert

RGB9764110-
CMYK0.120.4200.57
HSL283.04º26.44%34.12%-
HSV(B)283.04º41.82%43.14%-
XYZ9.587.3315.66-
YUV79.11145.43140.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.79%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 110 (43.36% from 255) = 40.59%
R=35.79%
G=23.62%
B=40.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97641100.120.4200.57283.0426.4434.12
Hex61406EC2A03911b1a22
Octal14110015614520714333242
Binary1100001100000011011101100101010011100110001101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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