#61237C

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

Shades of Kingfisher Daisy #61237C

Tints of Kingfisher Daisy #61237C

Color information

#61237C (or 0x61237C) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 23 and 7C. RGB value is (97,35,124). Sum of RGB (Red+Green+Blue) = 97+35+124=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #61237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61237C is #9EDC83. Grayscale: #3F3F3F. Windows color (decimal): -10411140 or 8135521. OLE color: 8135521.

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

Color convert

RGB9735124-
CMYK0.220.7200.51
HSL281.8º55.97%31.18%-
HSV(B)281.8º71.77%48.63%-
XYZ9.175.219.59-
YUV63.68162.04151.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 35 (14.06% from 255) = 13.67%
BLUE value IS 124 (48.83% from 255) = 48.44%
R=37.89%
G=13.67%
B=48.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97351240.220.7200.51281.855.9731.18
Hex61237C164803311a381f
Octal14143174261100634327037
Binary11000011000111111100101101001000011001110001101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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