#654674

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

Shades of Honey Flower #654674

Tints of Honey Flower #654674

Color information

#654674 (or 0x654674) is unknown color: approx Honey Flower. HEX triplet: 65, 46 and 74. RGB value is (101,70,116). Sum of RGB (Red+Green+Blue) = 101+70+116=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #654674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654674 is #9AB98B. Grayscale: #545454. Windows color (decimal): -10140044 or 7620197. OLE color: 7620197.

HSL color Cylindrical-coordinate representation of color #654674: hue angle of 280.43º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #654674 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10170116-
CMYK0.130.4000.55
HSL280.43º24.73%36.47%-
HSV(B)280.43º39.66%45.49%-
XYZ10.718.4117.58-
YUV84.51145.77139.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.19%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=35.19%
G=24.39%
B=40.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101701160.130.4000.55280.4324.7336.47
Hex654674D280371181924
Octal14510616415500674303144
Binary1100101100011011101001101101000011011110001100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654674; }

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

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

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

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

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

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

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

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