Html Css Color HEX #654575 Honey Flower

📋 copy color: '#654575'

red 101 ◦ green 69 ◦ blue 117

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

Shades of Honey Flower #654575

Tints of Honey Flower #654575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.04%

 BLUE value IS 117 (46.09% from 255) = 40.77%

R = 35.19%
G = 24.04%
B = 40.77%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#654575 (or 0x654575) is known color: Honey Flower. HEX triplet: 65, 45 and 75. RGB value is (101,69,117). Sum of RGB (Red+Green+Blue) = 101+69+117=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #654575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654575 is #9ABA8A. Grayscale: #535353. Windows color (decimal): -10140299 or 7685477. OLE color: 7685477.

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

Color convert

RGB 101 69 117 -
CMYK 0.14 0.41 0 0.54
HSL 280º 0.26% 0.36% -
HSV(B) 280º 0.41% 0.46% -
XYZ 10.71 8.31 17.87 -
YUV 84.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 101 69 117 0.14 0.41 0 0.54 280 0.26 0.36
Hex 65 45 75 E 29 0 36 118 1A 24
Octal 145 105 165 16 51 0 66 430 32 44
Binary 1100101 1000101 1110101 1110 101001 0 110110 100011000 11010 100100

Color Harmonies of #654575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654575

Black with #654575

Text Example


Text Example

White with #654575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654575; }

 p { color: rgb(101,69,117); }

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

background-color css

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

 a { background-color: rgb(101,69,117); }

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

border-color css

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

 span { border-color: rgb(101,69,117); }

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