#603781

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

Shades of Kingfisher Daisy #603781

Tints of Kingfisher Daisy #603781

Color information

#603781 (or 0x603781) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 37 and 81. RGB value is (96,55,129). Sum of RGB (Red+Green+Blue) = 96+55+129=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #603781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603781 is #9FC87E. Grayscale: #4B4B4B. Windows color (decimal): -10471551 or 8468320. OLE color: 8468320.

HSL color Cylindrical-coordinate representation of color #603781: hue angle of 273.24º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #603781 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9655129-
CMYK0.260.5700.49
HSL273.24º40.22%36.08%-
HSV(B)273.24º57.36%50.59%-
XYZ10.156.821.55-
YUV75.69158.08142.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 55 (21.88% from 255) = 19.64%
BLUE value IS 129 (50.78% from 255) = 46.07%
R=34.29%
G=19.64%
B=46.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96551290.260.5700.49273.2440.2236.08
Hex6037811A390311112824
Octal1406720132710614215044
Binary110000011011110000001110101110010110001100010001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603781; }

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

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

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

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

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

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

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

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