#614875

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

Shades of Honey Flower #614875

Tints of Honey Flower #614875

Color information

#614875 (or 0x614875) is unknown color: approx Honey Flower. HEX triplet: 61, 48 and 75. RGB value is (97,72,117). Sum of RGB (Red+Green+Blue) = 97+72+117=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #614875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614875 is #9EB78A. Grayscale: #545454. Windows color (decimal): -10401675 or 7686241. OLE color: 7686241.

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

Color convert

RGB9772117-
CMYK0.170.3800.54
HSL273.33º23.81%37.06%-
HSV(B)273.33º38.46%45.88%-
XYZ10.468.4617.91-
YUV84.6146.28136.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.92%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=33.92%
G=25.17%
B=40.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97721170.170.3800.54273.3323.8137.06
Hex61487511260361111825
Octal14111016521460664213045
Binary11000011001000111010110001100110011011010001000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614875; }

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

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

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

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

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

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

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

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