Html Css Color HEX #654077 Honey Flower

📋 copy color: '#654077'

red 101 ◦ green 64 ◦ blue 119

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

Shades of Honey Flower #654077

Tints of Honey Flower #654077

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.54%

 BLUE value IS 119 (46.88% from 255) = 41.9%

R = 35.56%
G = 22.54%
B = 41.9%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#654077 (or 0x654077) is known color: Honey Flower. HEX triplet: 65, 40 and 77. RGB value is (101,64,119). Sum of RGB (Red+Green+Blue) = 101+64+119=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #654077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654077 is #9ABF88. Grayscale: #515151. Windows color (decimal): -10141577 or 7815269. OLE color: 7815269.

HSL color Cylindrical-coordinate representation of color #654077: hue angle of 280.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #654077 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 64 119 -
CMYK 0.15 0.46 0 0.53
HSL 280.36º 0.3% 0.36% -
HSV(B) 280.36º 0.46% 0.47% -
XYZ 10.53 7.77 18.4 -
YUV 81.33 149.26 142.03 -
System Red Green Blue C M Y K H S L
Decimal 101 64 119 0.15 0.46 0 0.53 280.36 0.3 0.36
Hex 65 40 77 F 2E 0 35 118 1E 24
Octal 145 100 167 17 56 0 65 430 36 44
Binary 1100101 1000000 1110111 1111 101110 0 110101 100011000 11110 100100

Color Harmonies of #654077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654077

Black with #654077

Text Example


Text Example

White with #654077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654077; }

 p { color: rgb(101,64,119); }

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

background-color css

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

 a { background-color: rgb(101,64,119); }

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

border-color css

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

 span { border-color: rgb(101,64,119); }

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