#61267C

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

Shades of Kingfisher Daisy #61267C

Tints of Kingfisher Daisy #61267C

Color information

#61267C (or 0x61267C) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 26 and 7C. RGB value is (97,38,124). Sum of RGB (Red+Green+Blue) = 97+38+124=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #61267C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61267C is #9ED983. Grayscale: #414141. Windows color (decimal): -10410372 or 8136289. OLE color: 8136289.

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

Color convert

RGB9738124-
CMYK0.220.6900.51
HSL281.16º53.09%31.76%-
HSV(B)281.16º69.35%48.63%-
XYZ9.265.3819.62-
YUV65.44161.05150.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 38 (15.23% from 255) = 14.67%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=37.45%
G=14.67%
B=47.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97381240.220.6900.51281.1653.0931.76
Hex61267C16450331193520
Octal14146174261050634316540
Binary110000110011011111001011010001010110011100011001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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