#654775

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

Shades of Honey Flower #654775

Tints of Honey Flower #654775

Color information

#654775 (or 0x654775) is unknown color: approx Honey Flower. HEX triplet: 65, 47 and 75. RGB value is (101,71,117). Sum of RGB (Red+Green+Blue) = 101+71+117=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #654775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654775 is #9AB88A. Grayscale: #555555. Windows color (decimal): -10139787 or 7685989. OLE color: 7685989.

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

Color convert

RGB10171117-
CMYK0.140.3900.54
HSL279.13º24.47%36.86%-
HSV(B)279.13º39.32%45.88%-
XYZ10.838.5617.91-
YUV85.21145.94139.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=34.95%
G=24.57%
B=40.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101711170.140.3900.54279.1324.4736.86
Hex654775E270361171825
Octal14510716516470664273045
Binary1100101100011111101011110100111011011010001011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654775; }

 p { color: rgb(101,71,117); }

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

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

 a { background-color: rgb(101,71,117); }

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

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

 span { border-color: rgb(101,71,117); }

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