#61769C

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

Shades of Waikawa Grey #61769C

Tints of Waikawa Grey #61769C

Color information

#61769C (or 0x61769C) is unknown color: approx Waikawa Grey. HEX triplet: 61, 76 and 9C. RGB value is (97,118,156). Sum of RGB (Red+Green+Blue) = 97+118+156=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #61769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61769C is #9E8963. Grayscale: #737373. Windows color (decimal): -10389860 or 10253921. OLE color: 10253921.

HSL color Cylindrical-coordinate representation of color #61769C: hue angle of 218.64º 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 #61769C is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97118156-
CMYK0.380.2400.39
HSL218.64º23.32%49.61%-
HSV(B)218.64º37.82%61.18%-
XYZ17.4117.933.99-
YUV116.05150.54114.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=26.15%
G=31.81%
B=42.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971181560.380.2400.39218.6423.3249.61
Hex61769C2618027db1732
Octal14116623446300473332762
Binary11000011110110100111001001101100001001111101101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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