Html Css Color HEX #604079 Honey Flower

📋 copy color: '#604079'

red 96 ◦ green 64 ◦ blue 121

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

Shades of Honey Flower #604079

Tints of Honey Flower #604079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.78%

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

R = 34.16%
G = 22.78%
B = 43.06%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#604079 (or 0x604079) is known color: Honey Flower. HEX triplet: 60, 40 and 79. RGB value is (96,64,121). Sum of RGB (Red+Green+Blue) = 96+64+121=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 121 - color contains mainly: blue. Hex color #604079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604079 is #9FBF86. Grayscale: #4F4F4F. Windows color (decimal): -10469255 or 7946336. OLE color: 7946336.

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

Color convert

RGB 96 64 121 -
CMYK 0.21 0.47 0 0.53
HSL 273.68º 0.31% 0.36% -
HSV(B) 273.68º 0.47% 0.47% -
XYZ 10.11 7.53 19.01 -
YUV 80.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 96 64 121 0.21 0.47 0 0.53 273.68 0.31 0.36
Hex 60 40 79 15 2F 0 35 112 1F 24
Octal 140 100 171 25 57 0 65 422 37 44
Binary 1100000 1000000 1111001 10101 101111 0 110101 100010010 11111 100100

Color Harmonies of #604079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604079

Black with #604079

Text Example


Text Example

White with #604079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604079; }

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

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

background-color css

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

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

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

border-color css

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

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

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