#61799D

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

Shades of Waikawa Grey #61799D

Tints of Waikawa Grey #61799D

Color information

#61799D (or 0x61799D) is unknown color: approx Waikawa Grey. HEX triplet: 61, 79 and 9D. RGB value is (97,121,157). Sum of RGB (Red+Green+Blue) = 97+121+157=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #61799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61799D is #9E8662. Grayscale: #757575. Windows color (decimal): -10389091 or 10320225. OLE color: 10320225.

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

Color convert

RGB97121157-
CMYK0.380.2300.38
HSL216º23.62%49.8%-
HSV(B)216º38.22%61.57%-
XYZ17.8518.6534.56-
YUV117.93150.05113.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.87%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=25.87%
G=32.27%
B=41.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971211570.380.2300.3821623.6249.8
Hex61799D2617026d81832
Octal14117123546270463303062
Binary11000011111001100111011001101011101001101101100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,121,157); }

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

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

 a { background-color: rgb(97,121,157); }

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

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

 span { border-color: rgb(97,121,157); }

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