Html Css Color HEX #697AA4 Ship Cove

📋 copy color: '#697AA4'

red 105 ◦ green 122 ◦ blue 164

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

Shades of Ship Cove #697AA4

Tints of Ship Cove #697AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.94%

R = 26.85%
G = 31.2%
B = 41.94%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#697AA4 (or 0x697AA4) is known color: Ship Cove. HEX triplet: 69, 7A and A4. RGB value is (105,122,164). Sum of RGB (Red+Green+Blue) = 105+122+164=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 164 - color contains mainly: blue. Hex color #697AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697AA4 is #96855B. Grayscale: #797979. Windows color (decimal): -9864540 or 10779241. OLE color: 10779241.

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

Color convert

RGB 105 122 164 -
CMYK 0.36 0.26 0 0.36
HSL 222.71º 0.24% 0.53% -
HSV(B) 222.71º 0.36% 0.64% -
XYZ 19.49 19.6 37.88 -
YUV 121.71 151.87 116.08 -
System Red Green Blue C M Y K H S L
Decimal 105 122 164 0.36 0.26 0 0.36 222.71 0.24 0.53
Hex 69 7A A4 24 1A 0 24 DF 18 35
Octal 151 172 244 44 32 0 44 337 30 65
Binary 1101001 1111010 10100100 100100 11010 0 100100 11011111 11000 110101

Color Harmonies of #697AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697AA4

Black with #697AA4

Text Example


Text Example

White with #697AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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