#60298D

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

Shades of Kingfisher Daisy #60298D

Tints of Kingfisher Daisy #60298D

Color information

#60298D (or 0x60298D) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 29 and 8D. RGB value is (96,41,141). Sum of RGB (Red+Green+Blue) = 96+41+141=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #60298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60298D is #9FD672. Grayscale: #444444. Windows color (decimal): -10475123 or 9251168. OLE color: 9251168.

HSL color Cylindrical-coordinate representation of color #60298D: hue angle of 273º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60298D is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9641141-
CMYK0.320.7100.45
HSL273º54.95%35.69%-
HSV(B)273º70.92%55.29%-
XYZ10.42625.81-
YUV68.84168.72147.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 41 (16.41% from 255) = 14.75%
BLUE value IS 141 (55.47% from 255) = 50.72%
R=34.53%
G=14.75%
B=50.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96411410.320.7100.4527354.9535.69
Hex60298D204702D1113724
Octal14051215401070554216744
Binary11000001010011000110110000010001110101101100010001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60298D; }

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

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

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

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

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

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

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

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