#654374

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

Shades of Honey Flower #654374

Tints of Honey Flower #654374

Color information

#654374 (or 0x654374) is unknown color: approx Honey Flower. HEX triplet: 65, 43 and 74. RGB value is (101,67,116). Sum of RGB (Red+Green+Blue) = 101+67+116=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #654374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654374 is #9ABC8B. Grayscale: #525252. Windows color (decimal): -10140812 or 7619429. OLE color: 7619429.

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

Color convert

RGB10167116-
CMYK0.130.4200.55
HSL281.63º26.78%35.88%-
HSV(B)281.63º42.24%45.49%-
XYZ10.538.0417.52-
YUV82.75146.76141.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.56%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=35.56%
G=23.59%
B=40.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101671160.130.4200.55281.6326.7835.88
Hex654374D2A03711a1b24
Octal14510316415520674323344
Binary1100101100001111101001101101010011011110001101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654374; }

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

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

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

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

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

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

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

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