#61257D

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

Shades of Kingfisher Daisy #61257D

Tints of Kingfisher Daisy #61257D

Color information

#61257D (or 0x61257D) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 25 and 7D. RGB value is (97,37,125). Sum of RGB (Red+Green+Blue) = 97+37+125=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #61257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61257D is #9EDA82. Grayscale: #404040. Windows color (decimal): -10410627 or 8201569. OLE color: 8201569.

HSL color Cylindrical-coordinate representation of color #61257D: hue angle of 280.91º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61257D is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9737125-
CMYK0.220.7000.51
HSL280.91º54.32%31.76%-
HSV(B)280.91º70.4%49.02%-
XYZ9.295.3519.94-
YUV64.97161.88150.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 37 (14.84% from 255) = 14.29%
BLUE value IS 125 (49.22% from 255) = 48.26%
R=37.45%
G=14.29%
B=48.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97371250.220.7000.51280.9154.3231.76
Hex61257D16460331193620
Octal14145175261060634316640
Binary110000110010111111011011010001100110011100011001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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