#61457F

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

Shades of Kingfisher Daisy #61457F

Tints of Kingfisher Daisy #61457F

Color information

#61457F (or 0x61457F) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 45 and 7F. RGB value is (97,69,127). Sum of RGB (Red+Green+Blue) = 97+69+127=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #61457F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61457F is #9EBA80. Grayscale: #535353. Windows color (decimal): -10402433 or 8340833. OLE color: 8340833.

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

Color convert

RGB9769127-
CMYK0.240.4600.50
HSL268.97º29.59%38.43%-
HSV(B)268.97º45.67%49.8%-
XYZ10.898.3321.11-
YUV83.98152.28137.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.11%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 127 (50% from 255) = 43.34%
R=33.11%
G=23.55%
B=43.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97691270.240.4600.50268.9729.5938.43
Hex61457F182E03210d1e26
Octal14110517730560624153646
Binary11000011000101111111111000101110011001010000110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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