#603F87

Color #603F87 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #603F87

Tints of Daisy Bush #603F87

Color information

#603F87 (or 0x603F87) is unknown color: approx Daisy Bush. HEX triplet: 60, 3F and 87. RGB value is (96,63,135). Sum of RGB (Red+Green+Blue) = 96+63+135=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #603F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603F87 is #9FC078. Grayscale: #505050. Windows color (decimal): -10469497 or 8863584. OLE color: 8863584.

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

Color convert

RGB9663135-
CMYK0.290.5300.47
HSL267.5º36.36%38.82%-
HSV(B)267.5º53.33%52.94%-
XYZ10.977.7923.85-
YUV81.08158.43138.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.65%
GREEN value IS 63 (25% from 255) = 21.43%
BLUE value IS 135 (53.12% from 255) = 45.92%
R=32.65%
G=21.43%
B=45.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96631350.290.5300.47267.536.3638.82
Hex603F871D3502F10c2427
Octal1407720735650574144447
Binary110000011111110000111111011101010101111100001100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,63,135); }

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

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

 a { background-color: rgb(96,63,135); }

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

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

 span { border-color: rgb(96,63,135); }

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