#654076

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

Shades of Honey Flower #654076

Tints of Honey Flower #654076

Color information

#654076 (or 0x654076) is unknown color: approx Honey Flower. HEX triplet: 65, 40 and 76. RGB value is (101,64,118). Sum of RGB (Red+Green+Blue) = 101+64+118=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #654076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654076 is #9ABF89. Grayscale: #515151. Windows color (decimal): -10141578 or 7749733. OLE color: 7749733.

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

Color convert

RGB10164118-
CMYK0.140.4600.54
HSL281.11º29.67%35.69%-
HSV(B)281.11º45.76%46.27%-
XYZ10.477.7418.08-
YUV81.22148.76142.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.69%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 118 (46.48% from 255) = 41.70%
R=35.69%
G=22.61%
B=41.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101641180.140.4600.54281.1129.6735.69
Hex654076E2E0361191e24
Octal14510016616560664313644
Binary1100101100000011101101110101110011011010001100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654076; }

 p { color: rgb(101,64,118); }

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

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

 a { background-color: rgb(101,64,118); }

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

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

 span { border-color: rgb(101,64,118); }

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