Html Css Color HEX #604679 Honey Flower

📋 copy color: '#604679'

red 96 ◦ green 70 ◦ blue 121

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

Shades of Honey Flower #604679

Tints of Honey Flower #604679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

 BLUE value IS 121 (47.66% from 255) = 42.16%

R = 33.45%
G = 24.39%
B = 42.16%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#604679 (or 0x604679) is known color: Honey Flower. HEX triplet: 60, 46 and 79. RGB value is (96,70,121). Sum of RGB (Red+Green+Blue) = 96+70+121=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 121 - color contains mainly: blue. Hex color #604679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604679 is #9FB986. Grayscale: #535353. Windows color (decimal): -10467719 or 7947872. OLE color: 7947872.

HSL color Cylindrical-coordinate representation of color #604679: hue angle of 270.59º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #604679 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 70 121 -
CMYK 0.21 0.42 0 0.53
HSL 270.59º 0.27% 0.37% -
HSV(B) 270.59º 0.42% 0.47% -
XYZ 10.47 8.25 19.13 -
YUV 83.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 96 70 121 0.21 0.42 0 0.53 270.59 0.27 0.37
Hex 60 46 79 15 2A 0 35 10F 1B 25
Octal 140 106 171 25 52 0 65 417 33 45
Binary 1100000 1000110 1111001 10101 101010 0 110101 100001111 11011 100101

Color Harmonies of #604679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604679

Black with #604679

Text Example


Text Example

White with #604679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604679; }

 p { color: rgb(96,70,121); }

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

background-color css

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

 a { background-color: rgb(96,70,121); }

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

border-color css

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

 span { border-color: rgb(96,70,121); }

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