#602084

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

Shades of Kingfisher Daisy #602084

Tints of Kingfisher Daisy #602084

Color information

#602084 (or 0x602084) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 20 and 84. RGB value is (96,32,132). Sum of RGB (Red+Green+Blue) = 96+32+132=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #602084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602084 is #9FDF7B. Grayscale: #3E3E3E. Windows color (decimal): -10477436 or 8659040. OLE color: 8659040.

HSL color Cylindrical-coordinate representation of color #602084: hue angle of 278.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602084 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9632132-
CMYK0.270.7600.48
HSL278.4º60.98%32.16%-
HSV(B)278.4º75.76%51.76%-
XYZ9.515.1922.33-
YUV62.54167.2151.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 32 (12.89% from 255) = 12.31%
BLUE value IS 132 (51.95% from 255) = 50.77%
R=36.92%
G=12.31%
B=50.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96321320.270.7600.48278.460.9832.16
Hex6020841B4C0301163d20
Octal14040204331140604267540
Binary1100000100000100001001101110011000110000100010110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602084; }

 p { color: rgb(96,32,132); }

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

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

 a { background-color: rgb(96,32,132); }

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

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

 span { border-color: rgb(96,32,132); }

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