Html Css Color HEX #697CAB Ship Cove

📋 copy color: '#697CAB'

red 105 ◦ green 124 ◦ blue 171

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

Shades of Ship Cove #697CAB

Tints of Ship Cove #697CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31%

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

R = 26.25%
G = 31%
B = 42.75%

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

#697CAB (or 0x697CAB) is known color: Ship Cove. HEX triplet: 69, 7C and AB. RGB value is (105,124,171). Sum of RGB (Red+Green+Blue) = 105+124+171=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #697CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697CAB is #968354. Grayscale: #7B7B7B. Windows color (decimal): -9864021 or 11238505. OLE color: 11238505.

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

Color convert

RGB 105 124 171 -
CMYK 0.39 0.27 0 0.33
HSL 222.73º 0.28% 0.54% -
HSV(B) 222.73º 0.39% 0.67% -
XYZ 20.38 20.36 41.38 -
YUV 123.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 105 124 171 0.39 0.27 0 0.33 222.73 0.28 0.54
Hex 69 7C AB 27 1B 0 21 DF 1C 36
Octal 151 174 253 47 33 0 41 337 34 66
Binary 1101001 1111100 10101011 100111 11011 0 100001 11011111 11100 110110

Color Harmonies of #697CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CAB

Black with #697CAB

Text Example


Text Example

White with #697CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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