#611f85

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

Shades of Kingfisher Daisy #611F85

Tints of Kingfisher Daisy #611F85

Color information

#611F85 (or 0x611F85) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 1F and 85. RGB value is (97,31,133). Sum of RGB (Red+Green+Blue) = 97+31+133=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #611F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611F85 is #9EE07A. Grayscale: #3E3E3E. Windows color (decimal): -10412155 or 8724321. OLE color: 8724321.

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

Color convert

RGB9731133-
CMYK0.270.7700.48
HSL278.82º62.2%32.16%-
HSV(B)278.82º76.69%52.16%-
XYZ9.655.2122.69-
YUV62.36167.87152.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 31 (12.5% from 255) = 11.88%
BLUE value IS 133 (52.34% from 255) = 50.96%
R=37.16%
G=11.88%
B=50.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97311330.270.7700.48278.8262.232.16
Hex611F851B4D0301173e20
Octal14137205331150604277640
Binary110000111111100001011101110011010110000100010111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611f85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,31,133); }

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

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

 a { background-color: rgb(97,31,133); }

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

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

 span { border-color: rgb(97,31,133); }

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