#654672

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

Shades of Honey Flower #654672

Tints of Honey Flower #654672

Color information

#654672 (or 0x654672) is unknown color: approx Honey Flower. HEX triplet: 65, 46 and 72. RGB value is (101,70,114). Sum of RGB (Red+Green+Blue) = 101+70+114=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #654672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654672 is #9AB98D. Grayscale: #545454. Windows color (decimal): -10140046 or 7489125. OLE color: 7489125.

HSL color Cylindrical-coordinate representation of color #654672: hue angle of 282.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #654672 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10170114-
CMYK0.110.3900.55
HSL282.27º23.91%36.08%-
HSV(B)282.27º38.6%44.71%-
XYZ10.598.3616.98-
YUV84.28144.77139.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.44%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 114 (44.92% from 255) = 40%
R=35.44%
G=24.56%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101701140.110.3900.55282.2723.9136.08
Hex654672B2703711a1824
Octal14510616213470674323044
Binary1100101100011011100101011100111011011110001101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654672; }

 p { color: rgb(101,70,114); }

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

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

 a { background-color: rgb(101,70,114); }

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

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

 span { border-color: rgb(101,70,114); }

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