#604580

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

Shades of Kingfisher Daisy #604580

Tints of Kingfisher Daisy #604580

Color information

#604580 (or 0x604580) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 45 and 80. RGB value is (96,69,128). Sum of RGB (Red+Green+Blue) = 96+69+128=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: blue. Hex color #604580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604580 is #9FBA7F. Grayscale: #535353. Windows color (decimal): -10467968 or 8406368. OLE color: 8406368.

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

Color convert

RGB9669128-
CMYK0.250.4600.50
HSL267.46º29.95%38.63%-
HSV(B)267.46º46.09%50.2%-
XYZ10.858.321.45-
YUV83.8152.95136.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 128 (50.39% from 255) = 43.69%
R=32.76%
G=23.55%
B=43.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96691280.250.4600.50267.4629.9538.63
Hex604580192E03210b1e27
Octal14010520031560624133647
Binary110000010001011000000011001101110011001010000101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604580; }

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

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

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

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

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

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

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

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