Html Css Color HEX #697FAA Ship Cove

📋 copy color: '#697FAA'

red 105 ◦ green 127 ◦ blue 170

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

Shades of Ship Cove #697FAA

Tints of Ship Cove #697FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 26.12%
G = 31.59%
B = 42.29%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#697FAA (or 0x697FAA) is known color: Ship Cove. HEX triplet: 69, 7F and AA. RGB value is (105,127,170). Sum of RGB (Red+Green+Blue) = 105+127+170=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #697FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697FAA is #968055. Grayscale: #7D7D7D. Windows color (decimal): -9863254 or 11173737. OLE color: 11173737.

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

Color convert

RGB 105 127 170 -
CMYK 0.38 0.25 0 0.33
HSL 219.69º 0.28% 0.54% -
HSV(B) 219.69º 0.38% 0.67% -
XYZ 20.67 21.08 41.01 -
YUV 125.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 105 127 170 0.38 0.25 0 0.33 219.69 0.28 0.54
Hex 69 7F AA 26 19 0 21 DC 1C 36
Octal 151 177 252 46 31 0 41 334 34 66
Binary 1101001 1111111 10101010 100110 11001 0 100001 11011100 11100 110110

Color Harmonies of #697FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FAA

Black with #697FAA

Text Example


Text Example

White with #697FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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