#697CAA

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

Shades of Ship Cove #697CAA

Tints of Ship Cove #697CAA

Color information

#697CAA (or 0x697CAA) is unknown color: approx Ship Cove. HEX triplet: 69, 7C and AA. RGB value is (105,124,170). Sum of RGB (Red+Green+Blue) = 105+124+170=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #697CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697CAA is #968355. Grayscale: #7B7B7B. Windows color (decimal): -9864022 or 11172969. OLE color: 11172969.

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

Color convert

RGB105124170-
CMYK0.380.2700.33
HSL222.46º27.66%53.92%-
HSV(B)222.46º38.24%66.67%-
XYZ20.2920.3240.88-
YUV123.56154.21114.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 124 (48.83% from 255) = 31.08%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=26.32%
G=31.08%
B=42.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051241700.380.2700.33222.4627.6653.92
Hex697CAA261B021de1c36
Octal15117425246330413363466
Binary11010011111100101010101001101101101000011101111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,124,170); }

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

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

 a { background-color: rgb(105,124,170); }

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

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

 span { border-color: rgb(105,124,170); }

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