#602994

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

Shades of Kingfisher Daisy #602994

Tints of Kingfisher Daisy #602994

Color information

#602994 (or 0x602994) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 29 and 94. RGB value is (96,41,148). Sum of RGB (Red+Green+Blue) = 96+41+148=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #602994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602994 is #9FD66B. Grayscale: #454545. Windows color (decimal): -10475116 or 9709920. OLE color: 9709920.

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

Color convert

RGB9641148-
CMYK0.350.7200.42
HSL270.84º56.61%37.06%-
HSV(B)270.84º72.3%58.04%-
XYZ10.966.2128.64-
YUV69.64172.22146.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 41 (16.41% from 255) = 14.39%
BLUE value IS 148 (58.20% from 255) = 51.93%
R=33.68%
G=14.39%
B=51.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96411480.350.7200.42270.8456.6137.06
Hex602994234802A10f3925
Octal14051224431100524177145
Binary11000001010011001010010001110010000101010100001111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602994; }

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

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

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

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

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

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

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

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