#602594

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

Shades of Kingfisher Daisy #602594

Tints of Kingfisher Daisy #602594

Color information

#602594 (or 0x602594) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 25 and 94. RGB value is (96,37,148). Sum of RGB (Red+Green+Blue) = 96+37+148=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #602594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602594 is #9FDA6B. Grayscale: #424242. Windows color (decimal): -10476140 or 9708896. OLE color: 9708896.

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

Color convert

RGB9637148-
CMYK0.350.7500.42
HSL271.89º60%36.27%-
HSV(B)271.89º75%58.04%-
XYZ10.835.9528.59-
YUV67.3173.55148.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 37 (14.84% from 255) = 13.17%
BLUE value IS 148 (58.20% from 255) = 52.67%
R=34.16%
G=13.17%
B=52.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96371480.350.7500.42271.896036.27
Hex602594234B02A1103c24
Octal14045224431130524207444
Binary11000001001011001010010001110010110101010100010000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602594; }

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

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

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

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

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

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

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

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