Html Css Color HEX #604573 Honey Flower

📋 copy color: '#604573'

red 96 ◦ green 69 ◦ blue 115

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

Shades of Honey Flower #604573

Tints of Honey Flower #604573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

 BLUE value IS 115 (45.31% from 255) = 41.07%

R = 34.29%
G = 24.64%
B = 41.07%

CMYK

 C value IS 0.17

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#604573 (or 0x604573) is known color: Honey Flower. HEX triplet: 60, 45 and 73. RGB value is (96,69,115). Sum of RGB (Red+Green+Blue) = 96+69+115=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #604573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604573 is #9FBA8C. Grayscale: #525252. Windows color (decimal): -10467981 or 7554400. OLE color: 7554400.

HSL color Cylindrical-coordinate representation of color #604573: hue angle of 275.22º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #604573 is Cyan = 0.17, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 69 115 -
CMYK 0.17 0.4 0 0.55
HSL 275.22º 0.25% 0.36% -
HSV(B) 275.22º 0.4% 0.45% -
XYZ 10.05 7.98 17.23 -
YUV 82.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 96 69 115 0.17 0.4 0 0.55 275.22 0.25 0.36
Hex 60 45 73 11 28 0 37 113 19 24
Octal 140 105 163 21 50 0 67 423 31 44
Binary 1100000 1000101 1110011 10001 101000 0 110111 100010011 11001 100100

Color Harmonies of #604573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604573

Black with #604573

Text Example


Text Example

White with #604573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604573; }

 p { color: rgb(96,69,115); }

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

background-color css

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

 a { background-color: rgb(96,69,115); }

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

border-color css

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

 span { border-color: rgb(96,69,115); }

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