#697DB0

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

Shades of Ship Cove #697DB0

Tints of Ship Cove #697DB0

Color information

#697DB0 (or 0x697DB0) is unknown color: approx Ship Cove. HEX triplet: 69, 7D and B0. RGB value is (105,125,176). Sum of RGB (Red+Green+Blue) = 105+125+176=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 176 - color contains mainly: blue. Hex color #697DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697DB0 is #96824F. Grayscale: #7C7C7C. Windows color (decimal): -9863760 or 11566441. OLE color: 11566441.

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

Color convert

RGB105125176-
CMYK0.400.2900.31
HSL223.1º31%55.1%-
HSV(B)223.1º40.34%69.02%-
XYZ2120.8143.98-
YUV124.83156.87113.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.86%
GREEN value IS 125 (49.22% from 255) = 30.79%
BLUE value IS 176 (69.14% from 255) = 43.35%
R=25.86%
G=30.79%
B=43.35%

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
Decimal1051251760.400.2900.31223.13155.1
Hex697DB0281D01Fdf1f37
Octal15117526050350373373767
Binary1101001111110110110000101000111010111111101111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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