#602894

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

Shades of Kingfisher Daisy #602894

Tints of Kingfisher Daisy #602894

Color information

#602894 (or 0x602894) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 28 and 94. RGB value is (96,40,148). Sum of RGB (Red+Green+Blue) = 96+40+148=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #602894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602894 is #9FD76B. Grayscale: #444444. Windows color (decimal): -10475372 or 9709664. OLE color: 9709664.

HSL color Cylindrical-coordinate representation of color #602894: hue angle of 271.11º degrees, saturation: 0.57, 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 #602894 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9640148-
CMYK0.350.7300.42
HSL271.11º57.45%36.86%-
HSV(B)271.11º72.97%58.04%-
XYZ10.936.1428.63-
YUV69.06172.55147.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.80%
GREEN value IS 40 (16.02% from 255) = 14.08%
BLUE value IS 148 (58.20% from 255) = 52.11%
R=33.80%
G=14.08%
B=52.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96401480.350.7300.42271.1157.4536.86
Hex602894234902A10f3925
Octal14050224431110524177145
Binary11000001010001001010010001110010010101010100001111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602894; }

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

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

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

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

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

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

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

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