#611B89

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

Shades of Kingfisher Daisy #611B89

Tints of Kingfisher Daisy #611B89

Color information

#611B89 (or 0x611B89) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 1B and 89. RGB value is (97,27,137). Sum of RGB (Red+Green+Blue) = 97+27+137=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #611B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611B89 is #9EE476. Grayscale: #3C3C3C. Windows color (decimal): -10413175 or 8985441. OLE color: 8985441.

HSL color Cylindrical-coordinate representation of color #611B89: hue angle of 278.18º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611B89 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9727137-
CMYK0.290.8000.46
HSL278.18º67.07%32.16%-
HSV(B)278.18º80.29%53.73%-
XYZ9.845.1324.14-
YUV60.47171.19154.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 27 (10.94% from 255) = 10.34%
BLUE value IS 137 (53.91% from 255) = 52.49%
R=37.16%
G=10.34%
B=52.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97271370.290.8000.46278.1867.0732.16
Hex611B891D5002E1164320
Octal141332113512005642610340
Binary1100001110111000100111101101000001011101000101101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,27,137); }

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

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

 a { background-color: rgb(97,27,137); }

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

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

 span { border-color: rgb(97,27,137); }

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