Html Css Color HEX #654C74 Honey Flower

📋 copy color: '#654C74'

red 101 ◦ green 76 ◦ blue 116

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

Shades of Honey Flower #654C74

Tints of Honey Flower #654C74

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.94%

 BLUE value IS 116 (45.7% from 255) = 39.59%

R = 34.47%
G = 25.94%
B = 39.59%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#654C74 (or 0x654C74) is known color: Honey Flower. HEX triplet: 65, 4C and 74. RGB value is (101,76,116). Sum of RGB (Red+Green+Blue) = 101+76+116=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 116 - color contains mainly: blue. Hex color #654C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654C74 is #9AB38B. Grayscale: #575757. Windows color (decimal): -10138508 or 7621733. OLE color: 7621733.

HSL color Cylindrical-coordinate representation of color #654C74: hue angle of 277.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #654C74 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 76 116 -
CMYK 0.13 0.34 0 0.55
HSL 277.5º 0.21% 0.38% -
HSV(B) 277.5º 0.34% 0.45% -
XYZ 11.1 9.2 17.71 -
YUV 88.04 143.78 137.25 -
System Red Green Blue C M Y K H S L
Decimal 101 76 116 0.13 0.34 0 0.55 277.5 0.21 0.38
Hex 65 4C 74 D 22 0 37 116 15 26
Octal 145 114 164 15 42 0 67 426 25 46
Binary 1100101 1001100 1110100 1101 100010 0 110111 100010110 10101 100110

Color Harmonies of #654C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654C74

Black with #654C74

Text Example


Text Example

White with #654C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,76,116); }

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

background-color css

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

 a { background-color: rgb(101,76,116); }

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

border-color css

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

 span { border-color: rgb(101,76,116); }

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