Html Css Color HEX #697AA5 Ship Cove

📋 copy color: '#697AA5'

red 105 ◦ green 122 ◦ blue 165

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

Shades of Ship Cove #697AA5

Tints of Ship Cove #697AA5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.12%

 BLUE value IS 165 (64.84% from 255) = 42.09%

R = 26.79%
G = 31.12%
B = 42.09%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#697AA5 (or 0x697AA5) is known color: Ship Cove. HEX triplet: 69, 7A and A5. RGB value is (105,122,165). Sum of RGB (Red+Green+Blue) = 105+122+165=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 165 - color contains mainly: blue. Hex color #697AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697AA5 is #96855A. Grayscale: #797979. Windows color (decimal): -9864539 or 10844777. OLE color: 10844777.

HSL color Cylindrical-coordinate representation of color #697AA5: hue angle of 223º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #697AA5 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 122 165 -
CMYK 0.36 0.26 0 0.35
HSL 223º 0.25% 0.53% -
HSV(B) 223º 0.36% 0.65% -
XYZ 19.58 19.64 38.36 -
YUV 121.82 152.37 116 -
System Red Green Blue C M Y K H S L
Decimal 105 122 165 0.36 0.26 0 0.35 223 0.25 0.53
Hex 69 7A A5 24 1A 0 23 DF 19 35
Octal 151 172 245 44 32 0 43 337 31 65
Binary 1101001 1111010 10100101 100100 11010 0 100011 11011111 11001 110101

Color Harmonies of #697AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697AA5

Black with #697AA5

Text Example


Text Example

White with #697AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,122,165); }

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

background-color css

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

 a { background-color: rgb(105,122,165); }

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

border-color css

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

 span { border-color: rgb(105,122,165); }

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