#61227C

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

Shades of Kingfisher Daisy #61227C

Tints of Kingfisher Daisy #61227C

Color information

#61227C (or 0x61227C) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 22 and 7C. RGB value is (97,34,124). Sum of RGB (Red+Green+Blue) = 97+34+124=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #61227C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61227C is #9EDD83. Grayscale: #3E3E3E. Windows color (decimal): -10411396 or 8135265. OLE color: 8135265.

HSL color Cylindrical-coordinate representation of color #61227C: hue angle of 282º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61227C is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9734124-
CMYK0.220.7300.51
HSL282º56.96%30.98%-
HSV(B)282º72.58%48.63%-
XYZ9.145.1419.58-
YUV63.1162.37152.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.04%
GREEN value IS 34 (13.67% from 255) = 13.33%
BLUE value IS 124 (48.83% from 255) = 48.63%
R=38.04%
G=13.33%
B=48.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97341240.220.7300.5128256.9630.98
Hex61227C164903311a391f
Octal14142174261110634327137
Binary11000011000101111100101101001001011001110001101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61227C; }

 p { color: rgb(97,34,124); }

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

<style>
 a { background-color: #61227C; }

 a { background-color: rgb(97,34,124); }

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

<style>
 span { border-color: #61227C; }

 span { border-color: rgb(97,34,124); }

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