#614570

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

Shades of Honey Flower #614570

Tints of Honey Flower #614570

Color information

#614570 (or 0x614570) is unknown color: approx Honey Flower. HEX triplet: 61, 45 and 70. RGB value is (97,69,112). Sum of RGB (Red+Green+Blue) = 97+69+112=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #614570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614570 is #9EBA8F. Grayscale: #525252. Windows color (decimal): -10402448 or 7357793. OLE color: 7357793.

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

Color convert

RGB9769112-
CMYK0.130.3800.56
HSL279.07º23.76%35.49%-
HSV(B)279.07º38.39%43.92%-
XYZ9.987.9716.34-
YUV82.27144.78138.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=34.89%
G=24.82%
B=40.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97691120.130.3800.56279.0723.7635.49
Hex614570D260381171823
Octal14110516015460704273043
Binary1100001100010111100001101100110011100010001011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614570; }

 p { color: rgb(97,69,112); }

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

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

 a { background-color: rgb(97,69,112); }

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

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

 span { border-color: rgb(97,69,112); }

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