#697FAF

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

Shades of Ship Cove #697FAF

Tints of Ship Cove #697FAF

Color information

#697FAF (or 0x697FAF) is unknown color: approx Ship Cove. HEX triplet: 69, 7F and AF. RGB value is (105,127,175). Sum of RGB (Red+Green+Blue) = 105+127+175=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #697FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697FAF is #968050. Grayscale: #7D7D7D. Windows color (decimal): -9863249 or 11501417. OLE color: 11501417.

HSL color Cylindrical-coordinate representation of color #697FAF: hue angle of 221.14º 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 #697FAF is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB105127175-
CMYK0.400.2700.31
HSL221.14º30.43%54.9%-
HSV(B)221.14º40%68.63%-
XYZ21.1521.2843.55-
YUV125.89155.71113.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.80%
GREEN value IS 127 (50% from 255) = 31.20%
BLUE value IS 175 (68.75% from 255) = 43.00%
R=25.80%
G=31.20%
B=43.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051271750.400.2700.31221.1430.4354.9
Hex697FAF281B01Fdd1e37
Octal15117725750330373353667
Binary1101001111111110101111101000110110111111101110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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