#61769E

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

Shades of Waikawa Grey #61769E

Tints of Waikawa Grey #61769E

Color information

#61769E (or 0x61769E) is unknown color: approx Waikawa Grey. HEX triplet: 61, 76 and 9E. RGB value is (97,118,158). Sum of RGB (Red+Green+Blue) = 97+118+158=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #61769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61769E is #9E8961. Grayscale: #747474. Windows color (decimal): -10389858 or 10384993. OLE color: 10384993.

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

Color convert

RGB97118158-
CMYK0.390.2500.38
HSL219.34º23.92%50%-
HSV(B)219.34º38.61%61.96%-
XYZ17.5817.9734.89-
YUV116.28151.54114.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.01%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=26.01%
G=31.64%
B=42.36%

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
Decimal971181580.390.2500.38219.3423.9250
Hex61769E2719026db1832
Octal14116623647310463333062
Binary11000011110110100111101001111100101001101101101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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