#603986

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

Shades of Kingfisher Daisy #603986

Tints of Kingfisher Daisy #603986

Color information

#603986 (or 0x603986) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 39 and 86. RGB value is (96,57,134). Sum of RGB (Red+Green+Blue) = 96+57+134=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #603986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603986 is #9FC679. Grayscale: #4D4D4D. Windows color (decimal): -10471034 or 8796512. OLE color: 8796512.

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

Color convert

RGB9657134-
CMYK0.280.5700.47
HSL270.39º40.31%37.45%-
HSV(B)270.39º57.46%52.55%-
XYZ10.597.1323.37-
YUV77.44159.92141.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.45%
GREEN value IS 57 (22.66% from 255) = 19.86%
BLUE value IS 134 (52.73% from 255) = 46.69%
R=33.45%
G=19.86%
B=46.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96571340.280.5700.47270.3940.3137.45
Hex6039861C3902F10e2825
Octal1407120634710574165045
Binary110000011100110000110111001110010101111100001110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603986; }

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

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

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

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

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

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

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

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