#61779E

Color #61779E Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #61779E

Tints of Waikawa Grey #61779E

Color information

#61779E (or 0x61779E) is unknown color: approx Waikawa Grey. HEX triplet: 61, 77 and 9E. RGB value is (97,119,158). Sum of RGB (Red+Green+Blue) = 97+119+158=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #61779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61779E is #9E8861. Grayscale: #747474. Windows color (decimal): -10389602 or 10385249. OLE color: 10385249.

HSL color Cylindrical-coordinate representation of color #61779E: hue angle of 218.36º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61779E is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97119158-
CMYK0.390.2500.38
HSL218.36º23.92%50%-
HSV(B)218.36º38.61%61.96%-
XYZ17.718.234.93-
YUV116.87151.21113.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.94%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=25.94%
G=31.82%
B=42.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971191580.390.2500.38218.3623.9250
Hex61779E2719026da1832
Octal14116723647310463323062
Binary11000011110111100111101001111100101001101101101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61779E; }

 p { color: rgb(97,119,158); }

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

<style>
 a { background-color: #61779E; }

 a { background-color: rgb(97,119,158); }

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

<style>
 span { border-color: #61779E; }

 span { border-color: rgb(97,119,158); }

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