#611E94

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

Shades of Kingfisher Daisy #611E94

Tints of Kingfisher Daisy #611E94

Color information

#611E94 (or 0x611E94) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 1E and 94. RGB value is (97,30,148). Sum of RGB (Red+Green+Blue) = 97+30+148=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #611E94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611E94 is #9EE16B. Grayscale: #3F3F3F. Windows color (decimal): -10412396 or 9707105. OLE color: 9707105.

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

Color convert

RGB9730148-
CMYK0.340.8000.42
HSL274.07º66.29%34.9%-
HSV(B)274.07º79.73%58.04%-
XYZ10.745.6128.53-
YUV63.48175.7151.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 30 (12.11% from 255) = 10.91%
BLUE value IS 148 (58.20% from 255) = 53.82%
R=35.27%
G=10.91%
B=53.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97301480.340.8000.42274.0766.2934.9
Hex611E94225002A1124223
Octal141362244212005242210243
Binary11000011111010010100100010101000001010101000100101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,30,148); }

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

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

 a { background-color: rgb(97,30,148); }

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

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

 span { border-color: rgb(97,30,148); }

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