#61417C

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

Shades of Kingfisher Daisy #61417C

Tints of Kingfisher Daisy #61417C

Color information

#61417C (or 0x61417C) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 41 and 7C. RGB value is (97,65,124). Sum of RGB (Red+Green+Blue) = 97+65+124=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #61417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61417C is #9EBE83. Grayscale: #515151. Windows color (decimal): -10403460 or 8143201. OLE color: 8143201.

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

Color convert

RGB9765124-
CMYK0.220.4800.51
HSL272.54º31.22%37.06%-
HSV(B)272.54º47.58%48.63%-
XYZ10.467.7820.02-
YUV81.29152.1139.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.92%
GREEN value IS 65 (25.78% from 255) = 22.73%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=33.92%
G=22.73%
B=43.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97651240.220.4800.51272.5431.2237.06
Hex61417C16300331111f25
Octal14110117426600634213745
Binary11000011000001111110010110110000011001110001000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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