Html Css Color HEX #603B77 Honey Flower

📋 copy color: '#603B77'

red 96 ◦ green 59 ◦ blue 119

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

Shades of Honey Flower #603B77

Tints of Honey Flower #603B77

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.53%

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

R = 35.04%
G = 21.53%
B = 43.43%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#603B77 (or 0x603B77) is known color: Honey Flower. HEX triplet: 60, 3B and 77. RGB value is (96,59,119). Sum of RGB (Red+Green+Blue) = 96+59+119=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #603B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603B77 is #9FC488. Grayscale: #4C4C4C. Windows color (decimal): -10470537 or 7813984. OLE color: 7813984.

HSL color Cylindrical-coordinate representation of color #603B77: hue angle of 277º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603B77 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 59 119 -
CMYK 0.19 0.50 0 0.53
HSL 277º 0.34% 0.35% -
HSV(B) 277º 0.5% 0.47% -
XYZ 9.72 6.95 18.28 -
YUV 76.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 96 59 119 0.19 0.50 0 0.53 277 0.34 0.35
Hex 60 3B 77 13 32 0 35 115 22 23
Octal 140 73 167 23 62 0 65 425 42 43
Binary 1100000 111011 1110111 10011 110010 0 110101 100010101 100010 100011

Color Harmonies of #603B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B77

Black with #603B77

Text Example


Text Example

White with #603B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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