#61327C

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

Shades of Kingfisher Daisy #61327C

Tints of Kingfisher Daisy #61327C

Color information

#61327C (or 0x61327C) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 32 and 7C. RGB value is (97,50,124). Sum of RGB (Red+Green+Blue) = 97+50+124=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #61327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61327C is #9ECD83. Grayscale: #484848. Windows color (decimal): -10407300 or 8139361. OLE color: 8139361.

HSL color Cylindrical-coordinate representation of color #61327C: hue angle of 278.11º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61327C is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9750124-
CMYK0.220.6000.51
HSL278.11º42.53%34.12%-
HSV(B)278.11º59.68%48.63%-
XYZ9.716.2819.77-
YUV72.49157.07145.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.79%
GREEN value IS 50 (19.92% from 255) = 18.45%
BLUE value IS 124 (48.83% from 255) = 45.76%
R=35.79%
G=18.45%
B=45.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97501240.220.6000.51278.1142.5334.12
Hex61327C163C0331162b22
Octal1416217426740634265342
Binary11000011100101111100101101111000110011100010110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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