Html Css Color HEX #697FAC Ship Cove

📋 copy color: '#697FAC'

red 105 ◦ green 127 ◦ blue 172

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

Shades of Ship Cove #697FAC

Tints of Ship Cove #697FAC

RGB

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

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

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

R = 25.99%
G = 31.44%
B = 42.57%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#697FAC (or 0x697FAC) is known color: Ship Cove. HEX triplet: 69, 7F and AC. RGB value is (105,127,172). Sum of RGB (Red+Green+Blue) = 105+127+172=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #697FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697FAC is #968053. Grayscale: #7D7D7D. Windows color (decimal): -9863252 or 11304809. OLE color: 11304809.

HSL color Cylindrical-coordinate representation of color #697FAC: hue angle of 220.3º 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 #697FAC is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 127 172 -
CMYK 0.39 0.26 0 0.33
HSL 220.3º 0.29% 0.54% -
HSV(B) 220.3º 0.39% 0.67% -
XYZ 20.86 21.16 42.01 -
YUV 125.55 154.21 113.34 -
System Red Green Blue C M Y K H S L
Decimal 105 127 172 0.39 0.26 0 0.33 220.3 0.29 0.54
Hex 69 7F AC 27 1A 0 21 DC 1D 36
Octal 151 177 254 47 32 0 41 334 35 66
Binary 1101001 1111111 10101100 100111 11010 0 100001 11011100 11101 110110

Color Harmonies of #697FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FAC

Black with #697FAC

Text Example


Text Example

White with #697FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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