#611D95

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

Shades of Kingfisher Daisy #611D95

Tints of Kingfisher Daisy #611D95

Color information

#611D95 (or 0x611D95) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 1D and 95. RGB value is (97,29,149). Sum of RGB (Red+Green+Blue) = 97+29+149=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #611D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611D95 is #9EE26A. Grayscale: #3E3E3E. Windows color (decimal): -10412651 or 9772385. OLE color: 9772385.

HSL color Cylindrical-coordinate representation of color #611D95: hue angle of 274º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611D95 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9729149-
CMYK0.350.8100.42
HSL274º67.42%34.9%-
HSV(B)274º80.54%58.43%-
XYZ10.795.5928.94-
YUV63.01176.53152.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 29 (11.72% from 255) = 10.55%
BLUE value IS 149 (58.59% from 255) = 54.18%
R=35.27%
G=10.55%
B=54.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97291490.350.8100.4227467.4234.9
Hex611D95235102A1124323
Octal141352254312105242210343
Binary11000011110110010101100011101000101010101000100101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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