Html Css Color HEX #697CA7 Ship Cove

📋 copy color: '#697CA7'

red 105 ◦ green 124 ◦ blue 167

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

Shades of Ship Cove #697CA7

Tints of Ship Cove #697CA7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.31%

 BLUE value IS 167 (65.63% from 255) = 42.17%

R = 26.52%
G = 31.31%
B = 42.17%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#697CA7 (or 0x697CA7) is known color: Ship Cove. HEX triplet: 69, 7C and A7. RGB value is (105,124,167). Sum of RGB (Red+Green+Blue) = 105+124+167=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 167 (65.62% from 255 or 42.17% from 396); Max value from RGB is 167 - color contains mainly: blue. Hex color #697CA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697CA7 is #968358. Grayscale: #7B7B7B. Windows color (decimal): -9864025 or 10976361. OLE color: 10976361.

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

Color convert

RGB 105 124 167 -
CMYK 0.37 0.26 0 0.35
HSL 221.61º 0.26% 0.53% -
HSV(B) 221.61º 0.37% 0.65% -
XYZ 20.01 20.21 39.41 -
YUV 123.22 152.71 115 -
System Red Green Blue C M Y K H S L
Decimal 105 124 167 0.37 0.26 0 0.35 221.61 0.26 0.53
Hex 69 7C A7 25 1A 0 23 DE 1A 35
Octal 151 174 247 45 32 0 43 336 32 65
Binary 1101001 1111100 10100111 100101 11010 0 100011 11011110 11010 110101

Color Harmonies of #697CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CA7

Black with #697CA7

Text Example


Text Example

White with #697CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,124,167); }

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

background-color css

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

 a { background-color: rgb(105,124,167); }

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

border-color css

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

 span { border-color: rgb(105,124,167); }

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