#603786

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

Shades of Kingfisher Daisy #603786

Tints of Kingfisher Daisy #603786

Color information

#603786 (or 0x603786) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 37 and 86. RGB value is (96,55,134). Sum of RGB (Red+Green+Blue) = 96+55+134=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #603786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603786 is #9FC879. Grayscale: #4B4B4B. Windows color (decimal): -10471546 or 8796000. OLE color: 8796000.

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

Color convert

RGB9655134-
CMYK0.280.5900.47
HSL271.14º41.8%37.06%-
HSV(B)271.14º58.96%52.55%-
XYZ10.496.9423.34-
YUV76.26160.58142.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 55 (21.88% from 255) = 19.30%
BLUE value IS 134 (52.73% from 255) = 47.02%
R=33.68%
G=19.30%
B=47.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96551340.280.5900.47271.1441.837.06
Hex6037861C3B02F10f2a25
Octal1406720634730574175245
Binary110000011011110000110111001110110101111100001111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603786; }

 p { color: rgb(96,55,134); }

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

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

 a { background-color: rgb(96,55,134); }

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

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

 span { border-color: rgb(96,55,134); }

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