#603475

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

Shades of Honey Flower #603475

Tints of Honey Flower #603475

Color information

#603475 (or 0x603475) is unknown color: approx Honey Flower. HEX triplet: 60, 34 and 75. RGB value is (96,52,117). Sum of RGB (Red+Green+Blue) = 96+52+117=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #603475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603475 is #9FCB8A. Grayscale: #484848. Windows color (decimal): -10472331 or 7681120. OLE color: 7681120.

HSL color Cylindrical-coordinate representation of color #603475: hue angle of 280.62º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #603475 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9652117-
CMYK0.180.5600.54
HSL280.62º38.46%33.14%-
HSV(B)280.62º55.56%45.88%-
XYZ9.266.2317.54-
YUV72.57153.08144.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=36.23%
G=19.62%
B=44.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96521170.180.5600.54280.6238.4633.14
Hex60347512380361192621
Octal1406416522700664314641
Binary11000001101001110101100101110000110110100011001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603475; }

 p { color: rgb(96,52,117); }

 H1.HeaderClassName
 {
   color: #603475;
 }
 .AnyTagClassName
 {
   color: #603475;
 }
</style>
background-color css

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

 a { background-color: rgb(96,52,117); }

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

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

 span { border-color: rgb(96,52,117); }

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