#697DAC

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

Shades of Ship Cove #697DAC

Tints of Ship Cove #697DAC

Color information

#697DAC (or 0x697DAC) is unknown color: approx Ship Cove. HEX triplet: 69, 7D and AC. RGB value is (105,125,172). Sum of RGB (Red+Green+Blue) = 105+125+172=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #697DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697DAC is #968253. Grayscale: #7C7C7C. Windows color (decimal): -9863764 or 11304297. OLE color: 11304297.

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

Color convert

RGB105125172-
CMYK0.390.2700.33
HSL222.09º28.76%54.31%-
HSV(B)222.09º38.95%67.45%-
XYZ20.6120.6541.93-
YUV124.38154.87114.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.12%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 172 (67.58% from 255) = 42.79%
R=26.12%
G=31.09%
B=42.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051251720.390.2700.33222.0928.7654.31
Hex697DAC271B021de1d36
Octal15117525447330413363566
Binary11010011111101101011001001111101101000011101111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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