#611D90

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

Shades of Kingfisher Daisy #611D90

Tints of Kingfisher Daisy #611D90

Color information

#611D90 (or 0x611D90) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 1D and 90. RGB value is (97,29,144). Sum of RGB (Red+Green+Blue) = 97+29+144=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #611D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611D90 is #9EE26F. Grayscale: #3E3E3E. Windows color (decimal): -10412656 or 9444705. OLE color: 9444705.

HSL color Cylindrical-coordinate representation of color #611D90: hue angle of 275.48º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611D90 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9729144-
CMYK0.330.8000.44
HSL275.48º66.47%33.92%-
HSV(B)275.48º79.86%56.47%-
XYZ10.45.4326.89-
YUV62.44174.03152.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.93%
GREEN value IS 29 (11.72% from 255) = 10.74%
BLUE value IS 144 (56.64% from 255) = 53.33%
R=35.93%
G=10.74%
B=53.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97291440.330.8000.44275.4866.4733.92
Hex611D90215002C1134222
Octal141352204112005442310242
Binary11000011110110010000100001101000001011001000100111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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