Html Css Color HEX #604177 Honey Flower

📋 copy color: '#604177'

red 96 ◦ green 65 ◦ blue 119

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

Shades of Honey Flower #604177

Tints of Honey Flower #604177

RGB

 RED value IS 96 (37.89% from 255) = 34.29%

 GREEN value IS 65 (25.78% from 255) = 23.21%

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

R = 34.29%
G = 23.21%
B = 42.5%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#604177 (or 0x604177) is known color: Honey Flower. HEX triplet: 60, 41 and 77. RGB value is (96,65,119). Sum of RGB (Red+Green+Blue) = 96+65+119=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #604177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604177 is #9FBE88. Grayscale: #505050. Windows color (decimal): -10469001 or 7815520. OLE color: 7815520.

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

Color convert

RGB 96 65 119 -
CMYK 0.19 0.45 0 0.53
HSL 274.44º 0.29% 0.36% -
HSV(B) 274.44º 0.45% 0.47% -
XYZ 10.04 7.6 18.39 -
YUV 80.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 96 65 119 0.19 0.45 0 0.53 274.44 0.29 0.36
Hex 60 41 77 13 2D 0 35 112 1D 24
Octal 140 101 167 23 55 0 65 422 35 44
Binary 1100000 1000001 1110111 10011 101101 0 110101 100010010 11101 100100

Color Harmonies of #604177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604177

Black with #604177

Text Example


Text Example

White with #604177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604177; }

 p { color: rgb(96,65,119); }

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

background-color css

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

 a { background-color: rgb(96,65,119); }

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

border-color css

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

 span { border-color: rgb(96,65,119); }

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