#687499

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

Shades of Waikawa Grey #687499

Tints of Waikawa Grey #687499

Color information

#687499 (or 0x687499) is unknown color: approx Waikawa Grey. HEX triplet: 68, 74 and 99. RGB value is (104,116,153). Sum of RGB (Red+Green+Blue) = 104+116+153=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #687499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687499 is #978B66. Grayscale: #747474. Windows color (decimal): -9931623 or 10056808. OLE color: 10056808.

HSL color Cylindrical-coordinate representation of color #687499: hue angle of 225.31º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #687499 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB104116153-
CMYK0.320.2400.4
HSL225.31º19.37%50.39%-
HSV(B)225.31º32.03%60%-
XYZ17.717.7332.63-
YUV116.63148.52118.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=27.88%
G=31.10%
B=41.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041161530.320.2400.4225.3119.3750.39
Hex6874992018028e11332
Octal15016423140300503412362
Binary11010001110100100110011000001100001010001110000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687499; }

 p { color: rgb(104,116,153); }

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

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

 a { background-color: rgb(104,116,153); }

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

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

 span { border-color: rgb(104,116,153); }

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