#61687F

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

Shades of Waikawa Grey #61687F

Tints of Waikawa Grey #61687F

Color information

#61687F (or 0x61687F) is unknown color: approx Waikawa Grey. HEX triplet: 61, 68 and 7F. RGB value is (97,104,127). Sum of RGB (Red+Green+Blue) = 97+104+127=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #61687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61687F is #9E9780. Grayscale: #686868. Windows color (decimal): -10393473 or 8349793. OLE color: 8349793.

HSL color Cylindrical-coordinate representation of color #61687F: hue angle of 226º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61687F is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB97104127-
CMYK0.240.1800.50
HSL226º13.39%43.92%-
HSV(B)226º23.62%49.8%-
XYZ13.7113.9722.05-
YUV104.53140.68122.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.57%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 127 (50% from 255) = 38.72%
R=29.57%
G=31.71%
B=38.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971041270.240.1800.5022613.3943.92
Hex61687F1812032e2d2c
Octal14115017730220623421554
Binary11000011101000111111111000100100110010111000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61687F; }

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

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

<style>
 a { background-color: #61687F; }

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

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

<style>
 span { border-color: #61687F; }

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

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