#61427F

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

Shades of Kingfisher Daisy #61427F

Tints of Kingfisher Daisy #61427F

Color information

#61427F (or 0x61427F) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 42 and 7F. RGB value is (97,66,127). Sum of RGB (Red+Green+Blue) = 97+66+127=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #61427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61427F is #9EBD80. Grayscale: #525252. Windows color (decimal): -10403201 or 8340065. OLE color: 8340065.

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

Color convert

RGB9766127-
CMYK0.240.4800.50
HSL270.49º31.61%37.84%-
HSV(B)270.49º48.03%49.8%-
XYZ10.717.9721.05-
YUV82.22153.27138.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.45%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 127 (50% from 255) = 43.79%
R=33.45%
G=22.76%
B=43.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97661270.240.4800.50270.4931.6137.84
Hex61427F183003210e2026
Octal14110217730600624164046
Binary110000110000101111111110001100000110010100001110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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