Html Css Color HEX #697EA9 Ship Cove

📋 copy color: '#697EA9'

red 105 ◦ green 126 ◦ blue 169

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

Shades of Ship Cove #697EA9

Tints of Ship Cove #697EA9

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.5%

 BLUE value IS 169 (66.41% from 255) = 42.25%

R = 26.25%
G = 31.5%
B = 42.25%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#697EA9 (or 0x697EA9) is known color: Ship Cove. HEX triplet: 69, 7E and A9. RGB value is (105,126,169). Sum of RGB (Red+Green+Blue) = 105+126+169=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 169 (66.41% from 255 or 42.25% from 400); Max value from RGB is 169 - color contains mainly: blue. Hex color #697EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697EA9 is #968156. Grayscale: #7C7C7C. Windows color (decimal): -9863511 or 11107945. OLE color: 11107945.

HSL color Cylindrical-coordinate representation of color #697EA9: hue angle of 220.31º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #697EA9 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 105 126 169 -
CMYK 0.38 0.25 0 0.34
HSL 220.31º 0.27% 0.54% -
HSV(B) 220.31º 0.38% 0.66% -
XYZ 20.45 20.79 40.47 -
YUV 124.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 105 126 169 0.38 0.25 0 0.34 220.31 0.27 0.54
Hex 69 7E A9 26 19 0 22 DC 1B 36
Octal 151 176 251 46 31 0 42 334 33 66
Binary 1101001 1111110 10101001 100110 11001 0 100010 11011100 11011 110110

Color Harmonies of #697EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697EA9

Black with #697EA9

Text Example


Text Example

White with #697EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,126,169); }

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

background-color css

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

 a { background-color: rgb(105,126,169); }

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

border-color css

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

 span { border-color: rgb(105,126,169); }

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