#602993

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

Shades of Kingfisher Daisy #602993

Tints of Kingfisher Daisy #602993

Color information

#602993 (or 0x602993) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 29 and 93. RGB value is (96,41,147). Sum of RGB (Red+Green+Blue) = 96+41+147=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #602993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602993 is #9FD66C. Grayscale: #454545. Windows color (decimal): -10475117 or 9644384. OLE color: 9644384.

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

Color convert

RGB9641147-
CMYK0.350.7200.42
HSL271.13º56.38%36.86%-
HSV(B)271.13º72.11%57.65%-
XYZ10.886.1828.22-
YUV69.53171.72146.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.80%
GREEN value IS 41 (16.41% from 255) = 14.44%
BLUE value IS 147 (57.81% from 255) = 51.76%
R=33.80%
G=14.44%
B=51.76%

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
Decimal96411470.350.7200.42271.1356.3836.86
Hex602993234802A10f3825
Octal14051223431100524177045
Binary11000001010011001001110001110010000101010100001111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602993; }

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

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

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

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

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

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

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

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