#602880

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

Shades of Kingfisher Daisy #602880

Tints of Kingfisher Daisy #602880

Color information

#602880 (or 0x602880) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 28 and 80. RGB value is (96,40,128). Sum of RGB (Red+Green+Blue) = 96+40+128=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #602880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602880 is #9FD77F. Grayscale: #424242. Windows color (decimal): -10475392 or 8398944. OLE color: 8398944.

HSL color Cylindrical-coordinate representation of color #602880: hue angle of 278.18º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #602880 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9640128-
CMYK0.250.6900.50
HSL278.18º52.38%32.94%-
HSV(B)278.18º68.75%50.2%-
XYZ9.485.5621-
YUV66.78162.55148.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.36%
GREEN value IS 40 (16.02% from 255) = 15.15%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=36.36%
G=15.15%
B=48.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96401280.250.6900.50278.1852.3832.94
Hex60288019450321163421
Octal14050200311050624266441
Binary1100000101000100000001100110001010110010100010110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602880; }

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

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

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

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

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

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

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

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