#654B71

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

Shades of Honey Flower #654B71

Tints of Honey Flower #654B71

Color information

#654B71 (or 0x654B71) is unknown color: approx Honey Flower. HEX triplet: 65, 4B and 71. RGB value is (101,75,113). Sum of RGB (Red+Green+Blue) = 101+75+113=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 113 - color contains mainly: blue. Hex color #654B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654B71 is #9AB48E. Grayscale: #565656. Windows color (decimal): -10138767 or 7424869. OLE color: 7424869.

HSL color Cylindrical-coordinate representation of color #654B71: hue angle of 281.05º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #654B71 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10175113-
CMYK0.110.3400.56
HSL281.05º20.21%36.86%-
HSV(B)281.05º33.63%44.31%-
XYZ10.868.9916.79-
YUV87.11142.61137.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 75 (29.69% from 255) = 25.95%
BLUE value IS 113 (44.53% from 255) = 39.10%
R=34.95%
G=25.95%
B=39.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101751130.110.3400.56281.0520.2136.86
Hex654B71B220381191425
Octal14511316113420704312445
Binary1100101100101111100011011100010011100010001100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654B71; }

 p { color: rgb(101,75,113); }

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

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

 a { background-color: rgb(101,75,113); }

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

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

 span { border-color: rgb(101,75,113); }

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