Html Css Color HEX #697FA6 Ship Cove

📋 copy color: '#697FA6'

red 105 ◦ green 127 ◦ blue 166

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

Shades of Ship Cove #697FA6

Tints of Ship Cove #697FA6

RGB

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

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

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

R = 26.38%
G = 31.91%
B = 41.71%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#697FA6 (or 0x697FA6) is known color: Ship Cove. HEX triplet: 69, 7F and A6. RGB value is (105,127,166). Sum of RGB (Red+Green+Blue) = 105+127+166=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 166 - color contains mainly: blue. Hex color #697FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697FA6 is #968059. Grayscale: #7C7C7C. Windows color (decimal): -9863258 or 10911593. OLE color: 10911593.

HSL color Cylindrical-coordinate representation of color #697FA6: hue angle of 218.36º 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 #697FA6 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 127 166 -
CMYK 0.37 0.23 0 0.35
HSL 218.36º 0.26% 0.53% -
HSV(B) 218.36º 0.37% 0.65% -
XYZ 20.3 20.94 39.05 -
YUV 124.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 105 127 166 0.37 0.23 0 0.35 218.36 0.26 0.53
Hex 69 7F A6 25 17 0 23 DA 1A 35
Octal 151 177 246 45 27 0 43 332 32 65
Binary 1101001 1111111 10100110 100101 10111 0 100011 11011010 11010 110101

Color Harmonies of #697FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FA6

Black with #697FA6

Text Example


Text Example

White with #697FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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