#603B77

Color #603B77 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #603B77

Tints of Honey Flower #603B77

Color information

#603B77 (or 0x603B77) is unknown color: approx 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

RGB9659119-
CMYK0.190.5000.53
HSL277º33.71%34.9%-
HSV(B)277º50.42%46.67%-
XYZ9.726.9518.28-
YUV76.9151.76141.62-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96591190.190.5000.5327733.7134.9
Hex603B7713320351152223
Octal1407316723620654254243
Binary11000001110111110111100111100100110101100010101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>