Html Css Color HEX #697DAC Ship Cove

📋 copy color: '#697DAC'

red 105 ◦ green 125 ◦ blue 172

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

Shades of Ship Cove #697DAC

Tints of Ship Cove #697DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.09%

 BLUE value IS 172 (67.58% from 255) = 42.79%

R = 26.12%
G = 31.09%
B = 42.79%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#697DAC (or 0x697DAC) is known color: Ship Cove. HEX triplet: 69, 7D and AC. RGB value is (105,125,172). Sum of RGB (Red+Green+Blue) = 105+125+172=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #697DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697DAC is #968253. Grayscale: #7C7C7C. Windows color (decimal): -9863764 or 11304297. OLE color: 11304297.

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

Color convert

RGB 105 125 172 -
CMYK 0.39 0.27 0 0.33
HSL 222.09º 0.29% 0.54% -
HSV(B) 222.09º 0.39% 0.67% -
XYZ 20.61 20.65 41.93 -
YUV 124.38 154.87 114.18 -
System Red Green Blue C M Y K H S L
Decimal 105 125 172 0.39 0.27 0 0.33 222.09 0.29 0.54
Hex 69 7D AC 27 1B 0 21 DE 1D 36
Octal 151 175 254 47 33 0 41 336 35 66
Binary 1101001 1111101 10101100 100111 11011 0 100001 11011110 11101 110110

Color Harmonies of #697DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697DAC

Black with #697DAC

Text Example


Text Example

White with #697DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,125,172); }

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

background-color css

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

 a { background-color: rgb(105,125,172); }

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

border-color css

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

 span { border-color: rgb(105,125,172); }

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