Html Css Color HEX #697DA6 Ship Cove

📋 copy color: '#697DA6'

red 105 ◦ green 125 ◦ blue 166

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

Shades of Ship Cove #697DA6

Tints of Ship Cove #697DA6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.57%

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

R = 26.52%
G = 31.57%
B = 41.92%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#697DA6 (or 0x697DA6) is known color: Ship Cove. HEX triplet: 69, 7D and A6. RGB value is (105,125,166). Sum of RGB (Red+Green+Blue) = 105+125+166=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 166 - color contains mainly: blue. Hex color #697DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697DA6 is #968259. Grayscale: #7B7B7B. Windows color (decimal): -9863770 or 10911081. OLE color: 10911081.

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

Color convert

RGB 105 125 166 -
CMYK 0.37 0.25 0 0.35
HSL 220.33º 0.26% 0.53% -
HSV(B) 220.33º 0.37% 0.65% -
XYZ 20.04 20.42 38.96 -
YUV 123.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 105 125 166 0.37 0.25 0 0.35 220.33 0.26 0.53
Hex 69 7D A6 25 19 0 23 DC 1A 35
Octal 151 175 246 45 31 0 43 334 32 65
Binary 1101001 1111101 10100110 100101 11001 0 100011 11011100 11010 110101

Color Harmonies of #697DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697DA6

Black with #697DA6

Text Example


Text Example

White with #697DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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