#61357F

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

Shades of Kingfisher Daisy #61357F

Tints of Kingfisher Daisy #61357F

Color information

#61357F (or 0x61357F) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 35 and 7F. RGB value is (97,53,127). Sum of RGB (Red+Green+Blue) = 97+53+127=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #61357F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61357F is #9ECA80. Grayscale: #4A4A4A. Windows color (decimal): -10406529 or 8336737. OLE color: 8336737.

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

Color convert

RGB9753127-
CMYK0.240.5800.50
HSL275.68º41.11%35.29%-
HSV(B)275.68º58.27%49.8%-
XYZ10.036.6220.83-
YUV74.59157.58143.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.02%
GREEN value IS 53 (21.09% from 255) = 19.13%
BLUE value IS 127 (50% from 255) = 45.85%
R=35.02%
G=19.13%
B=45.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97531270.240.5800.50275.6841.1135.29
Hex61357F183A0321142923
Octal1416517730720624245143
Binary11000011101011111111110001110100110010100010100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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