Html Css Color HEX #654B71 Honey Flower

📋 copy color: '#654B71'

red 101 ◦ green 75 ◦ blue 113

#654B71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #654B71

Tints of Honey Flower #654B71

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.1%

R = 34.95%
G = 25.95%
B = 39.1%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#654B71 (or 0x654B71) is known color: 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

RGB 101 75 113 -
CMYK 0.11 0.34 0 0.56
HSL 281.05º 0.2% 0.37% -
HSV(B) 281.05º 0.34% 0.44% -
XYZ 10.86 8.99 16.79 -
YUV 87.11 142.61 137.91 -
System Red Green Blue C M Y K H S L
Decimal 101 75 113 0.11 0.34 0 0.56 281.05 0.2 0.37
Hex 65 4B 71 B 22 0 38 119 14 25
Octal 145 113 161 13 42 0 70 431 24 45
Binary 1100101 1001011 1110001 1011 100010 0 111000 100011001 10100 100101

Color Harmonies of #654B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654B71

Black with #654B71

Text Example


Text Example

White with #654B71

Text Example


Text Example

HTML Codes & Css Web 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>