#61688A

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

Shades of Waikawa Grey #61688A

Tints of Waikawa Grey #61688A

Color information

#61688A (or 0x61688A) is unknown color: approx Waikawa Grey. HEX triplet: 61, 68 and 8A. RGB value is (97,104,138). Sum of RGB (Red+Green+Blue) = 97+104+138=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #61688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61688A is #9E9775. Grayscale: #696969. Windows color (decimal): -10393462 or 9070689. OLE color: 9070689.

HSL color Cylindrical-coordinate representation of color #61688A: hue angle of 229.76º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61688A is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB97104138-
CMYK0.300.2500.46
HSL229.76º17.45%46.08%-
HSV(B)229.76º29.71%54.12%-
XYZ14.4714.2826.04-
YUV105.78146.18121.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.61%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=28.61%
G=30.68%
B=40.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971041380.300.2500.46229.7617.4546.08
Hex61688A1E1902Ee6112e
Octal14115021236310563462156
Binary1100001110100010001010111101100101011101110011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61688A; }

 p { color: rgb(97,104,138); }

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

<style>
 a { background-color: #61688A; }

 a { background-color: rgb(97,104,138); }

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

<style>
 span { border-color: #61688A; }

 span { border-color: rgb(97,104,138); }

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