#614575

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

Shades of Honey Flower #614575

Tints of Honey Flower #614575

Color information

#614575 (or 0x614575) is unknown color: approx Honey Flower. HEX triplet: 61, 45 and 75. RGB value is (97,69,117). Sum of RGB (Red+Green+Blue) = 97+69+117=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #614575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614575 is #9EBA8A. Grayscale: #525252. Windows color (decimal): -10402443 or 7685473. OLE color: 7685473.

HSL color Cylindrical-coordinate representation of color #614575: hue angle of 275º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #614575 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9769117-
CMYK0.170.4100.54
HSL275º25.81%36.47%-
HSV(B)275º41.03%45.88%-
XYZ10.278.0817.85-
YUV82.84147.28138.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.28%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 117 (46.09% from 255) = 41.34%
R=34.28%
G=24.38%
B=41.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97691170.170.4100.5427525.8136.47
Hex61457511290361131a24
Octal14110516521510664233244
Binary11000011000101111010110001101001011011010001001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614575; }

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

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

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

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

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

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

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

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