#687FAD

Color #687FAD Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #687FAD

Tints of Ship Cove #687FAD

Color information

#687FAD (or 0x687FAD) is unknown color: approx Ship Cove. HEX triplet: 68, 7F and AD. RGB value is (104,127,173). Sum of RGB (Red+Green+Blue) = 104+127+173=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #687FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687FAD is #978052. Grayscale: #7D7D7D. Windows color (decimal): -9928787 or 11370344. OLE color: 11370344.

HSL color Cylindrical-coordinate representation of color #687FAD: hue angle of 220º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #687FAD is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104127173-
CMYK0.400.2700.32
HSL220º29.61%54.31%-
HSV(B)220º39.88%67.84%-
XYZ20.8421.1442.52-
YUV125.37154.88112.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.74%
GREEN value IS 127 (50% from 255) = 31.44%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=25.74%
G=31.44%
B=42.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041271730.400.2700.3222029.6154.31
Hex687FAD281B020dc1e36
Octal15017725550330403343666
Binary11010001111111101011011010001101101000001101110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687FAD; }

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

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

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

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

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

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

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

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