#602895

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

Shades of Kingfisher Daisy #602895

Tints of Kingfisher Daisy #602895

Color information

#602895 (or 0x602895) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 28 and 95. RGB value is (96,40,149). Sum of RGB (Red+Green+Blue) = 96+40+149=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #602895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602895 is #9FD76A. Grayscale: #444444. Windows color (decimal): -10475371 or 9775200. OLE color: 9775200.

HSL color Cylindrical-coordinate representation of color #602895: hue angle of 270.83º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #602895 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9640149-
CMYK0.360.7300.42
HSL270.83º57.67%37.06%-
HSV(B)270.83º73.15%58.43%-
XYZ11.016.1729.05-
YUV69.17173.05147.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 149 (58.59% from 255) = 52.28%
R=33.68%
G=14.04%
B=52.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96401490.360.7300.42270.8357.6737.06
Hex602895244902A10f3a25
Octal14050225441110524177245
Binary11000001010001001010110010010010010101010100001111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602895; }

 p { color: rgb(96,40,149); }

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

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

 a { background-color: rgb(96,40,149); }

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

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

 span { border-color: rgb(96,40,149); }

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