#602487

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

Shades of Kingfisher Daisy #602487

Tints of Kingfisher Daisy #602487

Color information

#602487 (or 0x602487) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 24 and 87. RGB value is (96,36,135). Sum of RGB (Red+Green+Blue) = 96+36+135=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #602487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602487 is #9FDB78. Grayscale: #404040. Windows color (decimal): -10476409 or 8856672. OLE color: 8856672.

HSL color Cylindrical-coordinate representation of color #602487: hue angle of 276.36º degrees, saturation: 0.58, 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 #602487 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9636135-
CMYK0.290.7300.47
HSL276.36º57.89%33.53%-
HSV(B)276.36º73.33%52.94%-
XYZ9.835.523.46-
YUV65.23167.38149.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.96%
GREEN value IS 36 (14.45% from 255) = 13.48%
BLUE value IS 135 (53.12% from 255) = 50.56%
R=35.96%
G=13.48%
B=50.56%

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
Decimal96361350.290.7300.47276.3657.8933.53
Hex6024871D4902F1143a22
Octal14044207351110574247242
Binary1100000100100100001111110110010010101111100010100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602487; }

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

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

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

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

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

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

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

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