Html Css Color HEX #654B78 Honey Flower

📋 copy color: '#654B78'

red 101 ◦ green 75 ◦ blue 120

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

Shades of Honey Flower #654B78

Tints of Honey Flower #654B78

RGB

 RED value IS 101 (39.84% from 255) = 34.12%

 GREEN value IS 75 (29.69% from 255) = 25.34%

 BLUE value IS 120 (47.27% from 255) = 40.54%

R = 34.12%
G = 25.34%
B = 40.54%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#654B78 (or 0x654B78) is known color: Honey Flower. HEX triplet: 65, 4B and 78. RGB value is (101,75,120). Sum of RGB (Red+Green+Blue) = 101+75+120=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #654B78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654B78 is #9AB487. Grayscale: #575757. Windows color (decimal): -10138760 or 7883621. OLE color: 7883621.

HSL color Cylindrical-coordinate representation of color #654B78: hue angle of 274.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #654B78 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 75 120 -
CMYK 0.16 0.37 0 0.53
HSL 274.67º 0.23% 0.38% -
HSV(B) 274.67º 0.38% 0.47% -
XYZ 11.27 9.15 18.94 -
YUV 87.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 101 75 120 0.16 0.37 0 0.53 274.67 0.23 0.38
Hex 65 4B 78 10 25 0 35 113 17 26
Octal 145 113 170 20 45 0 65 423 27 46
Binary 1100101 1001011 1111000 10000 100101 0 110101 100010011 10111 100110

Color Harmonies of #654B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654B78

Black with #654B78

Text Example


Text Example

White with #654B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #654B78;
 }
 .AnyTagClassName
 {
   color: #654B78;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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