Html Css Color HEX #697FAF Ship Cove

📋 copy color: '#697FAF'

red 105 ◦ green 127 ◦ blue 175

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

Shades of Ship Cove #697FAF

Tints of Ship Cove #697FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 31.2%

 BLUE value IS 175 (68.75% from 255) = 43%

R = 25.8%
G = 31.2%
B = 43%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#697FAF (or 0x697FAF) is known color: Ship Cove. HEX triplet: 69, 7F and AF. RGB value is (105,127,175). Sum of RGB (Red+Green+Blue) = 105+127+175=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #697FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697FAF is #968050. Grayscale: #7D7D7D. Windows color (decimal): -9863249 or 11501417. OLE color: 11501417.

HSL color Cylindrical-coordinate representation of color #697FAF: hue angle of 221.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #697FAF is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 127 175 -
CMYK 0.40 0.27 0 0.31
HSL 221.14º 0.3% 0.55% -
HSV(B) 221.14º 0.4% 0.69% -
XYZ 21.15 21.28 43.55 -
YUV 125.89 155.71 113.1 -
System Red Green Blue C M Y K H S L
Decimal 105 127 175 0.40 0.27 0 0.31 221.14 0.3 0.55
Hex 69 7F AF 28 1B 0 1F DD 1E 37
Octal 151 177 257 50 33 0 37 335 36 67
Binary 1101001 1111111 10101111 101000 11011 0 11111 11011101 11110 110111

Color Harmonies of #697FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FAF

Black with #697FAF

Text Example


Text Example

White with #697FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,127,175); }

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

background-color css

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

 a { background-color: rgb(105,127,175); }

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

border-color css

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

 span { border-color: rgb(105,127,175); }

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