Html Css Color HEX #604379 Honey Flower

📋 copy color: '#604379'

red 96 ◦ green 67 ◦ blue 121

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

Shades of Honey Flower #604379

Tints of Honey Flower #604379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

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

R = 33.8%
G = 23.59%
B = 42.61%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#604379 (or 0x604379) is known color: Honey Flower. HEX triplet: 60, 43 and 79. RGB value is (96,67,121). Sum of RGB (Red+Green+Blue) = 96+67+121=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 121 - color contains mainly: blue. Hex color #604379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604379 is #9FBC86. Grayscale: #515151. Windows color (decimal): -10468487 or 7947104. OLE color: 7947104.

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

Color convert

RGB 96 67 121 -
CMYK 0.21 0.45 0 0.53
HSL 272.22º 0.29% 0.37% -
HSV(B) 272.22º 0.45% 0.47% -
XYZ 10.28 7.88 19.07 -
YUV 81.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 96 67 121 0.21 0.45 0 0.53 272.22 0.29 0.37
Hex 60 43 79 15 2D 0 35 110 1D 25
Octal 140 103 171 25 55 0 65 420 35 45
Binary 1100000 1000011 1111001 10101 101101 0 110101 100010000 11101 100101

Color Harmonies of #604379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604379

Black with #604379

Text Example


Text Example

White with #604379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604379; }

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

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

background-color css

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

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

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

border-color css

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

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

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