Html Css Color HEX #604872 Honey Flower

📋 copy color: '#604872'

red 96 ◦ green 72 ◦ blue 114

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

Shades of Honey Flower #604872

Tints of Honey Flower #604872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.53%

 BLUE value IS 114 (44.92% from 255) = 40.43%

R = 34.04%
G = 25.53%
B = 40.43%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#604872 (or 0x604872) is known color: Honey Flower. HEX triplet: 60, 48 and 72. RGB value is (96,72,114). Sum of RGB (Red+Green+Blue) = 96+72+114=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #604872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604872 is #9FB78D. Grayscale: #535353. Windows color (decimal): -10467214 or 7489632. OLE color: 7489632.

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

Color convert

RGB 96 72 114 -
CMYK 0.16 0.37 0 0.55
HSL 274.29º 0.23% 0.36% -
HSV(B) 274.29º 0.37% 0.45% -
XYZ 10.18 8.34 16.99 -
YUV 83.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 96 72 114 0.16 0.37 0 0.55 274.29 0.23 0.36
Hex 60 48 72 10 25 0 37 112 17 24
Octal 140 110 162 20 45 0 67 422 27 44
Binary 1100000 1001000 1110010 10000 100101 0 110111 100010010 10111 100100

Color Harmonies of #604872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604872

Black with #604872

Text Example


Text Example

White with #604872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604872; }

 p { color: rgb(96,72,114); }

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

background-color css

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

 a { background-color: rgb(96,72,114); }

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

border-color css

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

 span { border-color: rgb(96,72,114); }

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