Html Css Color HEX #697DAB Ship Cove

📋 copy color: '#697DAB'

red 105 ◦ green 125 ◦ blue 171

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

Shades of Ship Cove #697DAB

Tints of Ship Cove #697DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 26.18%
G = 31.17%
B = 42.64%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#697DAB (or 0x697DAB) is known color: Ship Cove. HEX triplet: 69, 7D and AB. RGB value is (105,125,171). Sum of RGB (Red+Green+Blue) = 105+125+171=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #697DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697DAB is #968254. Grayscale: #7C7C7C. Windows color (decimal): -9863765 or 11238761. OLE color: 11238761.

HSL color Cylindrical-coordinate representation of color #697DAB: hue angle of 221.82º degrees, saturation: 0.28, 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 #697DAB is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 125 171 -
CMYK 0.39 0.27 0 0.33
HSL 221.82º 0.28% 0.54% -
HSV(B) 221.82º 0.39% 0.67% -
XYZ 20.51 20.61 41.43 -
YUV 124.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 105 125 171 0.39 0.27 0 0.33 221.82 0.28 0.54
Hex 69 7D AB 27 1B 0 21 DE 1C 36
Octal 151 175 253 47 33 0 41 336 34 66
Binary 1101001 1111101 10101011 100111 11011 0 100001 11011110 11100 110110

Color Harmonies of #697DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697DAB

Black with #697DAB

Text Example


Text Example

White with #697DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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