#697DAF

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

Shades of Ship Cove #697DAF

Tints of Ship Cove #697DAF

Color information

#697DAF (or 0x697DAF) is unknown color: approx Ship Cove. HEX triplet: 69, 7D and AF. RGB value is (105,125,175). Sum of RGB (Red+Green+Blue) = 105+125+175=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #697DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697DAF is #968250. Grayscale: #7C7C7C. Windows color (decimal): -9863761 or 11500905. OLE color: 11500905.

HSL color Cylindrical-coordinate representation of color #697DAF: hue angle of 222.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #697DAF is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB105125175-
CMYK0.400.2900.31
HSL222.86º30.43%54.9%-
HSV(B)222.86º40%68.63%-
XYZ20.920.7743.46-
YUV124.72156.37113.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.93%
GREEN value IS 125 (49.22% from 255) = 30.86%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=25.93%
G=30.86%
B=43.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051251750.400.2900.31222.8630.4354.9
Hex697DAF281D01Fdf1e37
Octal15117525750350373373667
Binary1101001111110110101111101000111010111111101111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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