#654279

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

Shades of Honey Flower #654279

Tints of Honey Flower #654279

Color information

#654279 (or 0x654279) is unknown color: approx Honey Flower. HEX triplet: 65, 42 and 79. RGB value is (101,66,121). Sum of RGB (Red+Green+Blue) = 101+66+121=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #654279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654279 is #9ABD86. Grayscale: #525252. Windows color (decimal): -10141063 or 7946853. OLE color: 7946853.

HSL color Cylindrical-coordinate representation of color #654279: hue angle of 278.18º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #654279 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10166121-
CMYK0.170.4500.53
HSL278.18º29.41%36.67%-
HSV(B)278.18º45.45%47.45%-
XYZ10.778.0419.07-
YUV82.74149.6141.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.07%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 121 (47.66% from 255) = 42.01%
R=35.07%
G=22.92%
B=42.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101661210.170.4500.53278.1829.4136.67
Hex654279112D0351161d25
Octal14510217121550654263545
Binary11001011000010111100110001101101011010110001011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654279; }

 p { color: rgb(101,66,121); }

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

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

 a { background-color: rgb(101,66,121); }

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

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

 span { border-color: rgb(101,66,121); }

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