Html Css Color HEX #654375 Honey Flower

📋 copy color: '#654375'

red 101 ◦ green 67 ◦ blue 117

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

Shades of Honey Flower #654375

Tints of Honey Flower #654375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.51%

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

R = 35.44%
G = 23.51%
B = 41.05%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#654375 (or 0x654375) is known color: Honey Flower. HEX triplet: 65, 43 and 75. RGB value is (101,67,117). Sum of RGB (Red+Green+Blue) = 101+67+117=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #654375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654375 is #9ABC8A. Grayscale: #525252. Windows color (decimal): -10140811 or 7684965. OLE color: 7684965.

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

Color convert

RGB 101 67 117 -
CMYK 0.14 0.43 0 0.54
HSL 280.8º 0.27% 0.36% -
HSV(B) 280.8º 0.43% 0.46% -
XYZ 10.58 8.07 17.83 -
YUV 82.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 101 67 117 0.14 0.43 0 0.54 280.8 0.27 0.36
Hex 65 43 75 E 2B 0 36 119 1B 24
Octal 145 103 165 16 53 0 66 431 33 44
Binary 1100101 1000011 1110101 1110 101011 0 110110 100011001 11011 100100

Color Harmonies of #654375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654375

Black with #654375

Text Example


Text Example

White with #654375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654375; }

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

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

background-color css

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

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

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

border-color css

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

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

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