Html Css Color HEX #604574 Honey Flower

📋 copy color: '#604574'

red 96 ◦ green 69 ◦ blue 116

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

Shades of Honey Flower #604574

Tints of Honey Flower #604574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.28%

R = 34.16%
G = 24.56%
B = 41.28%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#604574 (or 0x604574) is known color: Honey Flower. HEX triplet: 60, 45 and 74. RGB value is (96,69,116). Sum of RGB (Red+Green+Blue) = 96+69+116=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #604574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604574 is #9FBA8B. Grayscale: #525252. Windows color (decimal): -10467980 or 7619936. OLE color: 7619936.

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

Color convert

RGB 96 69 116 -
CMYK 0.17 0.41 0 0.55
HSL 274.47º 0.25% 0.36% -
HSV(B) 274.47º 0.41% 0.45% -
XYZ 10.1 8 17.54 -
YUV 82.43 146.95 137.68 -
System Red Green Blue C M Y K H S L
Decimal 96 69 116 0.17 0.41 0 0.55 274.47 0.25 0.36
Hex 60 45 74 11 29 0 37 112 19 24
Octal 140 105 164 21 51 0 67 422 31 44
Binary 1100000 1000101 1110100 10001 101001 0 110111 100010010 11001 100100

Color Harmonies of #604574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604574

Black with #604574

Text Example


Text Example

White with #604574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604574; }

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

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

background-color css

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

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

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

border-color css

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

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

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