#697DAD

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

Shades of Ship Cove #697DAD

Tints of Ship Cove #697DAD

Color information

#697DAD (or 0x697DAD) is unknown color: approx Ship Cove. HEX triplet: 69, 7D and AD. RGB value is (105,125,173). Sum of RGB (Red+Green+Blue) = 105+125+173=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #697DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697DAD is #968252. Grayscale: #7C7C7C. Windows color (decimal): -9863763 or 11369833. OLE color: 11369833.

HSL color Cylindrical-coordinate representation of color #697DAD: hue angle of 222.35º 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 #697DAD is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105125173-
CMYK0.390.2800.32
HSL222.35º29.31%54.51%-
HSV(B)222.35º39.31%67.84%-
XYZ20.720.6942.44-
YUV124.49155.37114.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.05%
GREEN value IS 125 (49.22% from 255) = 31.02%
BLUE value IS 173 (67.97% from 255) = 42.93%
R=26.05%
G=31.02%
B=42.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051251730.390.2800.32222.3529.3154.51
Hex697DAD271C020de1d37
Octal15117525547340403363567
Binary11010011111101101011011001111110001000001101111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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