#602285

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

Shades of Kingfisher Daisy #602285

Tints of Kingfisher Daisy #602285

Color information

#602285 (or 0x602285) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 22 and 85. RGB value is (96,34,133). Sum of RGB (Red+Green+Blue) = 96+34+133=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #602285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602285 is #9FDD7A. Grayscale: #3F3F3F. Windows color (decimal): -10476923 or 8725088. OLE color: 8725088.

HSL color Cylindrical-coordinate representation of color #602285: hue angle of 277.58º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #602285 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9634133-
CMYK0.280.7400.48
HSL277.58º59.28%32.75%-
HSV(B)277.58º74.44%52.16%-
XYZ9.635.3222.71-
YUV63.82167.04150.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 34 (13.67% from 255) = 12.93%
BLUE value IS 133 (52.34% from 255) = 50.57%
R=36.50%
G=12.93%
B=50.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96341330.280.7400.48277.5859.2832.75
Hex6022851C4A0301163b21
Octal14042205341120604267341
Binary1100000100010100001011110010010100110000100010110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602285; }

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

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

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

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

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

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

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

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