Html Css Color HEX #654370 Honey Flower

📋 copy color: '#654370'

red 101 ◦ green 67 ◦ blue 112

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

Shades of Honey Flower #654370

Tints of Honey Flower #654370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40%

R = 36.07%
G = 23.93%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#654370 (or 0x654370) is known color: Honey Flower. HEX triplet: 65, 43 and 70. RGB value is (101,67,112). Sum of RGB (Red+Green+Blue) = 101+67+112=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #654370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654370 is #9ABC8F. Grayscale: #525252. Windows color (decimal): -10140816 or 7357285. OLE color: 7357285.

HSL color Cylindrical-coordinate representation of color #654370: hue angle of 285.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #654370 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 67 112 -
CMYK 0.10 0.40 0 0.56
HSL 285.33º 0.25% 0.35% -
HSV(B) 285.33º 0.4% 0.44% -
XYZ 10.3 7.95 16.32 -
YUV 82.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 101 67 112 0.10 0.40 0 0.56 285.33 0.25 0.35
Hex 65 43 70 A 28 0 38 11D 19 23
Octal 145 103 160 12 50 0 70 435 31 43
Binary 1100101 1000011 1110000 1010 101000 0 111000 100011101 11001 100011

Color Harmonies of #654370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654370

Black with #654370

Text Example


Text Example

White with #654370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654370; }

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

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

background-color css

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

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

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

border-color css

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

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

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