Html Css Color HEX #697FAB Ship Cove

📋 copy color: '#697FAB'

red 105 ◦ green 127 ◦ blue 171

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

Shades of Ship Cove #697FAB

Tints of Ship Cove #697FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.43%

R = 26.05%
G = 31.51%
B = 42.43%

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

#697FAB (or 0x697FAB) is known color: Ship Cove. HEX triplet: 69, 7F and AB. RGB value is (105,127,171). Sum of RGB (Red+Green+Blue) = 105+127+171=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #697FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697FAB is #968054. Grayscale: #7D7D7D. Windows color (decimal): -9863253 or 11239273. OLE color: 11239273.

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

Color convert

RGB 105 127 171 -
CMYK 0.39 0.26 0 0.33
HSL 220º 0.28% 0.54% -
HSV(B) 220º 0.39% 0.67% -
XYZ 20.77 21.12 41.51 -
YUV 125.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 105 127 171 0.39 0.26 0 0.33 220 0.28 0.54
Hex 69 7F AB 27 1A 0 21 DC 1C 36
Octal 151 177 253 47 32 0 41 334 34 66
Binary 1101001 1111111 10101011 100111 11010 0 100001 11011100 11100 110110

Color Harmonies of #697FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FAB

Black with #697FAB

Text Example


Text Example

White with #697FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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