#611D87

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

Shades of Kingfisher Daisy #611D87

Tints of Kingfisher Daisy #611D87

Color information

#611D87 (or 0x611D87) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 1D and 87. RGB value is (97,29,135). Sum of RGB (Red+Green+Blue) = 97+29+135=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #611D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611D87 is #9EE278. Grayscale: #3D3D3D. Windows color (decimal): -10412665 or 8854881. OLE color: 8854881.

HSL color Cylindrical-coordinate representation of color #611D87: hue angle of 278.49º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #611D87 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9729135-
CMYK0.280.7900.47
HSL278.49º64.63%32.16%-
HSV(B)278.49º78.52%52.94%-
XYZ9.745.1723.41-
YUV61.42169.53153.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 29 (11.72% from 255) = 11.11%
BLUE value IS 135 (53.12% from 255) = 51.72%
R=37.16%
G=11.11%
B=51.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97291350.280.7900.47278.4964.6332.16
Hex611D871C4F02F1164120
Octal141352073411705742610140
Binary1100001111011000011111100100111101011111000101101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611D87; }

 p { color: rgb(97,29,135); }

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

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

 a { background-color: rgb(97,29,135); }

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

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

 span { border-color: rgb(97,29,135); }

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