#61327F

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

Shades of Kingfisher Daisy #61327F

Tints of Kingfisher Daisy #61327F

Color information

#61327F (or 0x61327F) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 32 and 7F. RGB value is (97,50,127). Sum of RGB (Red+Green+Blue) = 97+50+127=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #61327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61327F is #9ECD80. Grayscale: #484848. Windows color (decimal): -10407297 or 8335969. OLE color: 8335969.

HSL color Cylindrical-coordinate representation of color #61327F: hue angle of 276.62º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61327F is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9750127-
CMYK0.240.6100.50
HSL276.62º43.5%34.71%-
HSV(B)276.62º60.63%49.8%-
XYZ9.96.3520.78-
YUV72.83158.57145.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 50 (19.92% from 255) = 18.25%
BLUE value IS 127 (50% from 255) = 46.35%
R=35.40%
G=18.25%
B=46.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97501270.240.6100.50276.6243.534.71
Hex61327F183D0321152c23
Octal1416217730750624255443
Binary11000011100101111111110001111010110010100010101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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