#614369

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

Shades of Honey Flower #614369

Tints of Honey Flower #614369

Color information

#614369 (or 0x614369) is unknown color: approx Honey Flower. HEX triplet: 61, 43 and 69. RGB value is (97,67,105). Sum of RGB (Red+Green+Blue) = 97+67+105=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 105 - color contains mainly: blue. Hex color #614369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614369 is #9EBC96. Grayscale: #505050. Windows color (decimal): -10402967 or 6898529. OLE color: 6898529.

HSL color Cylindrical-coordinate representation of color #614369: hue angle of 287.37º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #614369 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9767105-
CMYK0.080.3600.59
HSL287.37º22.09%33.73%-
HSV(B)287.37º36.19%41.18%-
XYZ9.497.5814.33-
YUV80.3141.94139.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.06%
GREEN value IS 67 (26.56% from 255) = 24.91%
BLUE value IS 105 (41.41% from 255) = 39.03%
R=36.06%
G=24.91%
B=39.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97671050.080.3600.59287.3722.0933.73
Hex61436982403B11f1622
Octal14110315110440734372642
Binary1100001100001111010011000100100011101110001111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614369; }

 p { color: rgb(97,67,105); }

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

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

 a { background-color: rgb(97,67,105); }

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

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

 span { border-color: rgb(97,67,105); }

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