#602C87

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

Shades of Kingfisher Daisy #602C87

Tints of Kingfisher Daisy #602C87

Color information

#602C87 (or 0x602C87) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 2C and 87. RGB value is (96,44,135). Sum of RGB (Red+Green+Blue) = 96+44+135=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #602C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602C87 is #9FD378. Grayscale: #454545. Windows color (decimal): -10474361 or 8858720. OLE color: 8858720.

HSL color Cylindrical-coordinate representation of color #602C87: hue angle of 274.29º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602C87 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9644135-
CMYK0.290.6700.47
HSL274.29º50.84%35.1%-
HSV(B)274.29º67.41%52.94%-
XYZ10.16.0423.55-
YUV69.92164.73146.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.91%
GREEN value IS 44 (17.58% from 255) = 16%
BLUE value IS 135 (53.12% from 255) = 49.09%
R=34.91%
G=16%
B=49.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96441350.290.6700.47274.2950.8435.1
Hex602C871D4302F1123323
Octal14054207351030574226343
Binary1100000101100100001111110110000110101111100010010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602C87; }

 p { color: rgb(96,44,135); }

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

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

 a { background-color: rgb(96,44,135); }

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

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

 span { border-color: rgb(96,44,135); }

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