Html Css Color HEX #654770 Honey Flower

📋 copy color: '#654770'

red 101 ◦ green 71 ◦ blue 112

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

Shades of Honey Flower #654770

Tints of Honey Flower #654770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25%

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

R = 35.56%
G = 25%
B = 39.44%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#654770 (or 0x654770) is known color: Honey Flower. HEX triplet: 65, 47 and 70. RGB value is (101,71,112). Sum of RGB (Red+Green+Blue) = 101+71+112=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 112 - color contains mainly: blue. Hex color #654770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654770 is #9AB88F. Grayscale: #545454. Windows color (decimal): -10139792 or 7358309. OLE color: 7358309.

HSL color Cylindrical-coordinate representation of color #654770: hue angle of 283.9º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #654770 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 71 112 -
CMYK 0.10 0.37 0 0.56
HSL 283.9º 0.22% 0.36% -
HSV(B) 283.9º 0.37% 0.44% -
XYZ 10.54 8.44 16.4 -
YUV 84.64 143.44 139.67 -
System Red Green Blue C M Y K H S L
Decimal 101 71 112 0.10 0.37 0 0.56 283.9 0.22 0.36
Hex 65 47 70 A 25 0 38 11C 16 24
Octal 145 107 160 12 45 0 70 434 26 44
Binary 1100101 1000111 1110000 1010 100101 0 111000 100011100 10110 100100

Color Harmonies of #654770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654770

Black with #654770

Text Example


Text Example

White with #654770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654770; }

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

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

background-color css

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

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

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

border-color css

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

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

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