Html Css Color HEX #697BA6 Ship Cove

📋 copy color: '#697BA6'

red 105 ◦ green 123 ◦ blue 166

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

Shades of Ship Cove #697BA6

Tints of Ship Cove #697BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.13%

R = 26.65%
G = 31.22%
B = 42.13%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#697BA6 (or 0x697BA6) is known color: Ship Cove. HEX triplet: 69, 7B and A6. RGB value is (105,123,166). Sum of RGB (Red+Green+Blue) = 105+123+166=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 166 - color contains mainly: blue. Hex color #697BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697BA6 is #968459. Grayscale: #7A7A7A. Windows color (decimal): -9864282 or 10910569. OLE color: 10910569.

HSL color Cylindrical-coordinate representation of color #697BA6: hue angle of 222.3º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #697BA6 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 123 166 -
CMYK 0.37 0.26 0 0.35
HSL 222.3º 0.26% 0.53% -
HSV(B) 222.3º 0.37% 0.65% -
XYZ 19.79 19.92 38.88 -
YUV 122.52 152.54 115.5 -
System Red Green Blue C M Y K H S L
Decimal 105 123 166 0.37 0.26 0 0.35 222.3 0.26 0.53
Hex 69 7B A6 25 1A 0 23 DE 1A 35
Octal 151 173 246 45 32 0 43 336 32 65
Binary 1101001 1111011 10100110 100101 11010 0 100011 11011110 11010 110101

Color Harmonies of #697BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BA6

Black with #697BA6

Text Example


Text Example

White with #697BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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