#61198F

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

Shades of Kingfisher Daisy #61198F

Tints of Kingfisher Daisy #61198F

Color information

#61198F (or 0x61198F) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 19 and 8F. RGB value is (97,25,143). Sum of RGB (Red+Green+Blue) = 97+25+143=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #61198F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61198F is #9EE670. Grayscale: #3B3B3B. Windows color (decimal): -10413681 or 9378145. OLE color: 9378145.

HSL color Cylindrical-coordinate representation of color #61198F: hue angle of 276.61º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #61198F is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9725143-
CMYK0.320.8300.44
HSL276.61º70.24%32.94%-
HSV(B)276.61º82.52%56.08%-
XYZ10.245.2226.45-
YUV59.98174.85154.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 25 (10.16% from 255) = 9.43%
BLUE value IS 143 (56.25% from 255) = 53.96%
R=36.60%
G=9.43%
B=53.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97251430.320.8300.44276.6170.2432.94
Hex61198F205302C1154621
Octal141312174012305442510641
Binary11000011100110001111100000101001101011001000101011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61198F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61198F; }

 p { color: rgb(97,25,143); }

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

<style>
 a { background-color: #61198F; }

 a { background-color: rgb(97,25,143); }

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

<style>
 span { border-color: #61198F; }

 span { border-color: rgb(97,25,143); }

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