Html Css Color HEX #697DAE Ship Cove

📋 copy color: '#697DAE'

red 105 ◦ green 125 ◦ blue 174

#697DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #697DAE

Tints of Ship Cove #697DAE

RGB

 RED value IS 105 (41.41% from 255) = 25.99%

 GREEN value IS 125 (49.22% from 255) = 30.94%

 BLUE value IS 174 (68.36% from 255) = 43.07%

R = 25.99%
G = 30.94%
B = 43.07%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#697DAE (or 0x697DAE) is known color: Ship Cove. HEX triplet: 69, 7D and AE. RGB value is (105,125,174). Sum of RGB (Red+Green+Blue) = 105+125+174=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #697DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697DAE is #968251. Grayscale: #7C7C7C. Windows color (decimal): -9863762 or 11435369. OLE color: 11435369.

HSL color Cylindrical-coordinate representation of color #697DAE: hue angle of 222.61º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #697DAE is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 125 174 -
CMYK 0.40 0.28 0 0.32
HSL 222.61º 0.3% 0.55% -
HSV(B) 222.61º 0.4% 0.68% -
XYZ 20.8 20.73 42.95 -
YUV 124.61 155.87 114.02 -
System Red Green Blue C M Y K H S L
Decimal 105 125 174 0.40 0.28 0 0.32 222.61 0.3 0.55
Hex 69 7D AE 28 1C 0 20 DF 1E 37
Octal 151 175 256 50 34 0 40 337 36 67
Binary 1101001 1111101 10101110 101000 11100 0 100000 11011111 11110 110111

Color Harmonies of #697DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697DAE

Black with #697DAE

Text Example


Text Example

White with #697DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #697DAE;
 }
 .AnyTagClassName
 {
   color: #697DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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