#61799C

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

Shades of Waikawa Grey #61799C

Tints of Waikawa Grey #61799C

Color information

#61799C (or 0x61799C) is unknown color: approx Waikawa Grey. HEX triplet: 61, 79 and 9C. RGB value is (97,121,156). Sum of RGB (Red+Green+Blue) = 97+121+156=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #61799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61799C is #9E8663. Grayscale: #757575. Windows color (decimal): -10389092 or 10254689. OLE color: 10254689.

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

Color convert

RGB97121156-
CMYK0.380.2200.39
HSL215.59º23.32%49.61%-
HSV(B)215.59º37.82%61.18%-
XYZ17.7718.6234.11-
YUV117.81149.55113.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.94%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 156 (61.33% from 255) = 41.71%
R=25.94%
G=32.35%
B=41.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971211560.380.2200.39215.5923.3249.61
Hex61799C2616027d81732
Octal14117123446260473302762
Binary11000011111001100111001001101011001001111101100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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