#61297C

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

Shades of Kingfisher Daisy #61297C

Tints of Kingfisher Daisy #61297C

Color information

#61297C (or 0x61297C) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 29 and 7C. RGB value is (97,41,124). Sum of RGB (Red+Green+Blue) = 97+41+124=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #61297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61297C is #9ED683. Grayscale: #424242. Windows color (decimal): -10409604 or 8137057. OLE color: 8137057.

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

Color convert

RGB9741124-
CMYK0.220.6700.51
HSL280.48º50.3%32.35%-
HSV(B)280.48º66.94%48.63%-
XYZ9.365.5819.65-
YUV67.21160.05149.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 41 (16.41% from 255) = 15.65%
BLUE value IS 124 (48.83% from 255) = 47.33%
R=37.02%
G=15.65%
B=47.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97411240.220.6700.51280.4850.332.35
Hex61297C16430331183220
Octal14151174261030634306240
Binary110000110100111111001011010000110110011100011000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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