#687897

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

Shades of Waikawa Grey #687897

Tints of Waikawa Grey #687897

Color information

#687897 (or 0x687897) is unknown color: approx Waikawa Grey. HEX triplet: 68, 78 and 97. RGB value is (104,120,151). Sum of RGB (Red+Green+Blue) = 104+120+151=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 151 - color contains mainly: blue. Hex color #687897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687897 is #978768. Grayscale: #767676. Windows color (decimal): -9930601 or 9926760. OLE color: 9926760.

HSL color Cylindrical-coordinate representation of color #687897: hue angle of 219.57º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #687897 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB104120151-
CMYK0.310.2100.41
HSL219.57º18.43%50%-
HSV(B)219.57º31.13%59.22%-
XYZ18.0118.6131.92-
YUV118.75146.2117.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 151 (59.38% from 255) = 40.27%
R=27.73%
G=32%
B=40.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041201510.310.2100.41219.5718.4350
Hex6878971F15029dc1232
Octal15017022737250513342262
Binary1101000111100010010111111111010101010011101110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687897; }

 p { color: rgb(104,120,151); }

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

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

 a { background-color: rgb(104,120,151); }

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

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

 span { border-color: rgb(104,120,151); }

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