#603580

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

Shades of Kingfisher Daisy #603580

Tints of Kingfisher Daisy #603580

Color information

#603580 (or 0x603580) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 35 and 80. RGB value is (96,53,128). Sum of RGB (Red+Green+Blue) = 96+53+128=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #603580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603580 is #9FCA7F. Grayscale: #4A4A4A. Windows color (decimal): -10472064 or 8402272. OLE color: 8402272.

HSL color Cylindrical-coordinate representation of color #603580: hue angle of 274.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #603580 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9653128-
CMYK0.250.5900.50
HSL274.4º41.44%35.49%-
HSV(B)274.4º58.59%50.2%-
XYZ9.996.5921.17-
YUV74.41158.25143.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.66%
GREEN value IS 53 (21.09% from 255) = 19.13%
BLUE value IS 128 (50.39% from 255) = 46.21%
R=34.66%
G=19.13%
B=46.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96531280.250.5900.50274.441.4435.49
Hex603580193B0321122923
Octal1406520031730624225143
Binary110000011010110000000110011110110110010100010010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603580; }

 p { color: rgb(96,53,128); }

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

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

 a { background-color: rgb(96,53,128); }

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

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

 span { border-color: rgb(96,53,128); }

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