#61497B

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

Shades of Kingfisher Daisy #61497B

Tints of Kingfisher Daisy #61497B

Color information

#61497B (or 0x61497B) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 49 and 7B. RGB value is (97,73,123). Sum of RGB (Red+Green+Blue) = 97+73+123=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #61497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61497B is #9EB684. Grayscale: #555555. Windows color (decimal): -10401413 or 8079713. OLE color: 8079713.

HSL color Cylindrical-coordinate representation of color #61497B: hue angle of 268.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61497B is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9773123-
CMYK0.210.4100.52
HSL268.8º25.51%38.43%-
HSV(B)268.8º40.65%48.24%-
XYZ10.898.7419.85-
YUV85.88148.95135.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.11%
GREEN value IS 73 (28.91% from 255) = 24.91%
BLUE value IS 123 (48.44% from 255) = 41.98%
R=33.11%
G=24.91%
B=41.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97731230.210.4100.52268.825.5138.43
Hex61497B152903410d1a26
Octal14111117325510644153246
Binary11000011001001111101110101101001011010010000110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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