Html Css Color HEX #604971 Honey Flower

📋 copy color: '#604971'

red 96 ◦ green 73 ◦ blue 113

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

Shades of Honey Flower #604971

Tints of Honey Flower #604971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.89%

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

R = 34.04%
G = 25.89%
B = 40.07%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#604971 (or 0x604971) is known color: Honey Flower. HEX triplet: 60, 49 and 71. RGB value is (96,73,113). Sum of RGB (Red+Green+Blue) = 96+73+113=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: blue. Hex color #604971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604971 is #9FB68E. Grayscale: #545454. Windows color (decimal): -10466959 or 7424352. OLE color: 7424352.

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

Color convert

RGB 96 73 113 -
CMYK 0.15 0.35 0 0.56
HSL 274.5º 0.22% 0.36% -
HSV(B) 274.5º 0.35% 0.44% -
XYZ 10.19 8.44 16.72 -
YUV 84.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 96 73 113 0.15 0.35 0 0.56 274.5 0.22 0.36
Hex 60 49 71 F 23 0 38 112 16 24
Octal 140 111 161 17 43 0 70 422 26 44
Binary 1100000 1001001 1110001 1111 100011 0 111000 100010010 10110 100100

Color Harmonies of #604971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604971

Black with #604971

Text Example


Text Example

White with #604971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604971; }

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

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

background-color css

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

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

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

border-color css

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

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

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