#61257B

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

Shades of Kingfisher Daisy #61257B

Tints of Kingfisher Daisy #61257B

Color information

#61257B (or 0x61257B) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 25 and 7B. RGB value is (97,37,123). Sum of RGB (Red+Green+Blue) = 97+37+123=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #61257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61257B is #9EDA84. Grayscale: #404040. Windows color (decimal): -10410629 or 8070497. OLE color: 8070497.

HSL color Cylindrical-coordinate representation of color #61257B: hue angle of 281.86º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61257B is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9737123-
CMYK0.210.7000.52
HSL281.86º53.75%31.37%-
HSV(B)281.86º69.92%48.24%-
XYZ9.175.2919.28-
YUV64.74160.88151.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.74%
GREEN value IS 37 (14.84% from 255) = 14.40%
BLUE value IS 123 (48.44% from 255) = 47.86%
R=37.74%
G=14.40%
B=47.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97371230.210.7000.52281.8653.7531.37
Hex61257B154603411a361f
Octal14145173251060644326637
Binary11000011001011111011101011000110011010010001101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61257B; }

 p { color: rgb(97,37,123); }

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

<style>
 a { background-color: #61257B; }

 a { background-color: rgb(97,37,123); }

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

<style>
 span { border-color: #61257B; }

 span { border-color: rgb(97,37,123); }

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