#61697E

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

Shades of Waikawa Grey #61697E

Tints of Waikawa Grey #61697E

Color information

#61697E (or 0x61697E) is unknown color: approx Waikawa Grey. HEX triplet: 61, 69 and 7E. RGB value is (97,105,126). Sum of RGB (Red+Green+Blue) = 97+105+126=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 126 - color contains mainly: blue. Hex color #61697E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61697E is #9E9681. Grayscale: #686868. Windows color (decimal): -10393218 or 8284513. OLE color: 8284513.

HSL color Cylindrical-coordinate representation of color #61697E: hue angle of 223.45º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #61697E is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB97105126-
CMYK0.230.1700.51
HSL223.45º13%43.73%-
HSV(B)223.45º23.02%49.41%-
XYZ13.7514.1521.75-
YUV105139.85122.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.57%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 126 (49.61% from 255) = 38.41%
R=29.57%
G=32.01%
B=38.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971051260.230.1700.51223.451343.73
Hex61697E1711033dfd2c
Octal14115117627210633371554
Binary11000011101001111111010111100010110011110111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,105,126); }

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

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

 a { background-color: rgb(97,105,126); }

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

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

 span { border-color: rgb(97,105,126); }

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