Html Css Color HEX #697BAA Ship Cove

📋 copy color: '#697BAA'

red 105 ◦ green 123 ◦ blue 170

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

Shades of Ship Cove #697BAA

Tints of Ship Cove #697BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.9%

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

R = 26.38%
G = 30.9%
B = 42.71%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#697BAA (or 0x697BAA) is known color: Ship Cove. HEX triplet: 69, 7B and AA. RGB value is (105,123,170). Sum of RGB (Red+Green+Blue) = 105+123+170=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #697BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697BAA is #968455. Grayscale: #7A7A7A. Windows color (decimal): -9864278 or 11172713. OLE color: 11172713.

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

Color convert

RGB 105 123 170 -
CMYK 0.38 0.28 0 0.33
HSL 223.38º 0.28% 0.54% -
HSV(B) 223.38º 0.38% 0.67% -
XYZ 20.16 20.07 40.84 -
YUV 122.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 105 123 170 0.38 0.28 0 0.33 223.38 0.28 0.54
Hex 69 7B AA 26 1C 0 21 DF 1C 36
Octal 151 173 252 46 34 0 41 337 34 66
Binary 1101001 1111011 10101010 100110 11100 0 100001 11011111 11100 110110

Color Harmonies of #697BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BAA

Black with #697BAA

Text Example


Text Example

White with #697BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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