#697BA9

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

Shades of Ship Cove #697BA9

Tints of Ship Cove #697BA9

Color information

#697BA9 (or 0x697BA9) is unknown color: approx Ship Cove. HEX triplet: 69, 7B and A9. RGB value is (105,123,169). Sum of RGB (Red+Green+Blue) = 105+123+169=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 169 - color contains mainly: blue. Hex color #697BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697BA9 is #968456. Grayscale: #7A7A7A. Windows color (decimal): -9864279 or 11107177. OLE color: 11107177.

HSL color Cylindrical-coordinate representation of color #697BA9: hue angle of 223.12º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #697BA9 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB105123169-
CMYK0.380.2700.34
HSL223.12º27.12%53.73%-
HSV(B)223.12º37.87%66.27%-
XYZ20.0720.0340.35-
YUV122.86154.04115.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.45%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 169 (66.41% from 255) = 42.57%
R=26.45%
G=30.98%
B=42.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1051231690.380.2700.34223.1227.1253.73
Hex697BA9261B022df1b36
Octal15117325146330423373366
Binary11010011111011101010011001101101101000101101111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,123,169); }

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

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

 a { background-color: rgb(105,123,169); }

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

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

 span { border-color: rgb(105,123,169); }

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