Html Css Color HEX #604771 Honey Flower

📋 copy color: '#604771'

red 96 ◦ green 71 ◦ blue 113

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

Shades of Honey Flower #604771

Tints of Honey Flower #604771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 34.29%
G = 25.36%
B = 40.36%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#604771 (or 0x604771) is known color: Honey Flower. HEX triplet: 60, 47 and 71. RGB value is (96,71,113). Sum of RGB (Red+Green+Blue) = 96+71+113=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #604771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604771 is #9FB88E. Grayscale: #535353. Windows color (decimal): -10467471 or 7423840. OLE color: 7423840.

HSL color Cylindrical-coordinate representation of color #604771: hue angle of 275.71º degrees, saturation: 0.23, 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 #604771 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 71 113 -
CMYK 0.15 0.37 0 0.56
HSL 275.71º 0.23% 0.36% -
HSV(B) 275.71º 0.37% 0.44% -
XYZ 10.06 8.19 16.67 -
YUV 83.26 144.78 137.08 -
System Red Green Blue C M Y K H S L
Decimal 96 71 113 0.15 0.37 0 0.56 275.71 0.23 0.36
Hex 60 47 71 F 25 0 38 114 17 24
Octal 140 107 161 17 45 0 70 424 27 44
Binary 1100000 1000111 1110001 1111 100101 0 111000 100010100 10111 100100

Color Harmonies of #604771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604771

Black with #604771

Text Example


Text Example

White with #604771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604771; }

 p { color: rgb(96,71,113); }

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

background-color css

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

 a { background-color: rgb(96,71,113); }

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

border-color css

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

 span { border-color: rgb(96,71,113); }

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