#602587

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

Shades of Kingfisher Daisy #602587

Tints of Kingfisher Daisy #602587

Color information

#602587 (or 0x602587) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 25 and 87. RGB value is (96,37,135). Sum of RGB (Red+Green+Blue) = 96+37+135=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #602587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602587 is #9FDA78. Grayscale: #414141. Windows color (decimal): -10476153 or 8856928. OLE color: 8856928.

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

Color convert

RGB9637135-
CMYK0.290.7300.47
HSL276.12º56.98%33.73%-
HSV(B)276.12º72.59%52.94%-
XYZ9.865.5623.48-
YUV65.81167.05149.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.82%
GREEN value IS 37 (14.84% from 255) = 13.81%
BLUE value IS 135 (53.12% from 255) = 50.37%
R=35.82%
G=13.81%
B=50.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96371350.290.7300.47276.1256.9833.73
Hex6025871D4902F1143922
Octal14045207351110574247142
Binary1100000100101100001111110110010010101111100010100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602587; }

 p { color: rgb(96,37,135); }

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

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

 a { background-color: rgb(96,37,135); }

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

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

 span { border-color: rgb(96,37,135); }

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