#697FAD

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

Shades of Ship Cove #697FAD

Tints of Ship Cove #697FAD

Color information

#697FAD (or 0x697FAD) is unknown color: approx Ship Cove. HEX triplet: 69, 7F and AD. RGB value is (105,127,173). Sum of RGB (Red+Green+Blue) = 105+127+173=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #697FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697FAD is #968052. Grayscale: #7D7D7D. Windows color (decimal): -9863251 or 11370345. OLE color: 11370345.

HSL color Cylindrical-coordinate representation of color #697FAD: hue angle of 220.59º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #697FAD is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105127173-
CMYK0.390.2700.32
HSL220.59º29.31%54.51%-
HSV(B)220.59º39.31%67.84%-
XYZ20.9621.242.52-
YUV125.67154.71113.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.93%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 173 (67.97% from 255) = 42.72%
R=25.93%
G=31.36%
B=42.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051271730.390.2700.32220.5929.3154.51
Hex697FAD271B020dd1d37
Octal15117725547330403353567
Binary11010011111111101011011001111101101000001101110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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