#697ba3

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

Shades of Ship Cove #697BA3

Tints of Ship Cove #697BA3

Color information

#697BA3 (or 0x697BA3) is unknown color: approx Ship Cove. HEX triplet: 69, 7B and A3. RGB value is (105,123,163). Sum of RGB (Red+Green+Blue) = 105+123+163=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 163 (64.06% from 255 or 41.69% from 391); Max value from RGB is 163 - color contains mainly: blue. Hex color #697BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697BA3 is #96845C. Grayscale: #7A7A7A. Windows color (decimal): -9864285 or 10713961. OLE color: 10713961.

HSL color Cylindrical-coordinate representation of color #697BA3: hue angle of 221.38º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #697BA3 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB105123163-
CMYK0.360.2500.36
HSL221.38º23.97%52.55%-
HSV(B)221.38º35.58%63.92%-
XYZ19.5219.8137.45-
YUV122.18151.04115.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 163 (64.06% from 255) = 41.69%
R=26.85%
G=31.46%
B=41.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051231630.360.2500.36221.3823.9752.55
Hex697BA32419024dd1835
Octal15117324344310443353065
Binary11010011111011101000111001001100101001001101110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697ba3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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