Html Css Color HEX #604377 Honey Flower

📋 copy color: '#604377'

red 96 ◦ green 67 ◦ blue 119

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

Shades of Honey Flower #604377

Tints of Honey Flower #604377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.2%

R = 34.04%
G = 23.76%
B = 42.2%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#604377 (or 0x604377) is known color: Honey Flower. HEX triplet: 60, 43 and 77. RGB value is (96,67,119). Sum of RGB (Red+Green+Blue) = 96+67+119=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #604377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604377 is #9FBC88. Grayscale: #515151. Windows color (decimal): -10468489 or 7816032. OLE color: 7816032.

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

Color convert

RGB 96 67 119 -
CMYK 0.19 0.44 0 0.53
HSL 273.46º 0.28% 0.36% -
HSV(B) 273.46º 0.44% 0.47% -
XYZ 10.16 7.83 18.43 -
YUV 81.6 149.11 138.27 -
System Red Green Blue C M Y K H S L
Decimal 96 67 119 0.19 0.44 0 0.53 273.46 0.28 0.36
Hex 60 43 77 13 2C 0 35 111 1C 24
Octal 140 103 167 23 54 0 65 421 34 44
Binary 1100000 1000011 1110111 10011 101100 0 110101 100010001 11100 100100

Color Harmonies of #604377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604377

Black with #604377

Text Example


Text Example

White with #604377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604377; }

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

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

background-color css

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

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

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

border-color css

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

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

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