#614A6C

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

Shades of Honey Flower #614A6C

Tints of Honey Flower #614A6C

Color information

#614A6C (or 0x614A6C) is unknown color: approx Honey Flower. HEX triplet: 61, 4A and 6C. RGB value is (97,74,108). Sum of RGB (Red+Green+Blue) = 97+74+108=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #614A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A6C is #9EB593. Grayscale: #545454. Windows color (decimal): -10401172 or 7096929. OLE color: 7096929.

HSL color Cylindrical-coordinate representation of color #614A6C: hue angle of 280.59º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #614A6C is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9774108-
CMYK0.100.3100.58
HSL280.59º18.68%35.69%-
HSV(B)280.59º31.48%42.35%-
XYZ10.098.5215.3-
YUV84.75141.12136.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=34.77%
G=26.52%
B=38.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97741080.100.3100.58280.5918.6835.69
Hex614A6CA1F03A1191324
Octal14111215412370724312344
Binary110000110010101101100101011111011101010001100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614A6C; }

 p { color: rgb(97,74,108); }

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

<style>
 a { background-color: #614A6C; }

 a { background-color: rgb(97,74,108); }

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

<style>
 span { border-color: #614A6C; }

 span { border-color: rgb(97,74,108); }

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