#687699

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

Shades of Waikawa Grey #687699

Tints of Waikawa Grey #687699

Color information

#687699 (or 0x687699) is unknown color: approx Waikawa Grey. HEX triplet: 68, 76 and 99. RGB value is (104,118,153). Sum of RGB (Red+Green+Blue) = 104+118+153=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #687699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687699 is #978966. Grayscale: #757575. Windows color (decimal): -9931111 or 10057320. OLE color: 10057320.

HSL color Cylindrical-coordinate representation of color #687699: hue angle of 222.86º 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 #687699 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB104118153-
CMYK0.320.2300.4
HSL222.86º19.37%50.39%-
HSV(B)222.86º32.03%60%-
XYZ17.9418.232.7-
YUV117.8147.86118.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=27.73%
G=31.47%
B=40.8%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041181530.320.2300.4222.8619.3750.39
Hex6876992017028df1332
Octal15016623140270503372362
Binary11010001110110100110011000001011101010001101111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687699; }

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

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

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

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

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

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

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

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