#602293

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

Shades of Kingfisher Daisy #602293

Tints of Kingfisher Daisy #602293

Color information

#602293 (or 0x602293) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 22 and 93. RGB value is (96,34,147). Sum of RGB (Red+Green+Blue) = 96+34+147=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #602293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602293 is #9FDD6C. Grayscale: #414141. Windows color (decimal): -10476909 or 9642592. OLE color: 9642592.

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

Color convert

RGB9634147-
CMYK0.350.7700.42
HSL272.92º62.43%35.49%-
HSV(B)272.92º76.87%57.65%-
XYZ10.665.7428.15-
YUV65.42174.04149.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.66%
GREEN value IS 34 (13.67% from 255) = 12.27%
BLUE value IS 147 (57.81% from 255) = 53.07%
R=34.66%
G=12.27%
B=53.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96341470.350.7700.42272.9262.4335.49
Hex602293234D02A1113e23
Octal14042223431150524217643
Binary11000001000101001001110001110011010101010100010001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602293; }

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

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

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

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

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

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

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

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