#687690

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

Shades of Waikawa Grey #687690

Tints of Waikawa Grey #687690

Color information

#687690 (or 0x687690) is unknown color: approx Waikawa Grey. HEX triplet: 68, 76 and 90. RGB value is (104,118,144). Sum of RGB (Red+Green+Blue) = 104+118+144=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 144 - color contains mainly: blue. Hex color #687690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687690 is #97896F. Grayscale: #747474. Windows color (decimal): -9931120 or 9467496. OLE color: 9467496.

HSL color Cylindrical-coordinate representation of color #687690: hue angle of 219º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #687690 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB104118144-
CMYK0.280.1800.44
HSL219º16.13%48.63%-
HSV(B)219º27.78%56.47%-
XYZ17.2217.9128.94-
YUV116.78143.36118.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.42%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 144 (56.64% from 255) = 39.34%
R=28.42%
G=32.24%
B=39.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041181440.280.1800.4421916.1348.63
Hex6876901C1202Cdb1031
Octal15016622034220543332061
Binary1101000111011010010000111001001001011001101101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687690; }

 p { color: rgb(104,118,144); }

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

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

 a { background-color: rgb(104,118,144); }

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

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

 span { border-color: rgb(104,118,144); }

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