Html Css Color HEX #697FA5 Ship Cove

📋 copy color: '#697FA5'

red 105 ◦ green 127 ◦ blue 165

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

Shades of Ship Cove #697FA5

Tints of Ship Cove #697FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.56%

R = 26.45%
G = 31.99%
B = 41.56%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#697FA5 (or 0x697FA5) is known color: Ship Cove. HEX triplet: 69, 7F and A5. RGB value is (105,127,165). Sum of RGB (Red+Green+Blue) = 105+127+165=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 165 - color contains mainly: blue. Hex color #697FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697FA5 is #96805A. Grayscale: #7C7C7C. Windows color (decimal): -9863259 or 10846057. OLE color: 10846057.

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

Color convert

RGB 105 127 165 -
CMYK 0.36 0.23 0 0.35
HSL 218º 0.25% 0.53% -
HSV(B) 218º 0.36% 0.65% -
XYZ 20.21 20.9 38.57 -
YUV 124.75 150.71 113.91 -
System Red Green Blue C M Y K H S L
Decimal 105 127 165 0.36 0.23 0 0.35 218 0.25 0.53
Hex 69 7F A5 24 17 0 23 DA 19 35
Octal 151 177 245 44 27 0 43 332 31 65
Binary 1101001 1111111 10100101 100100 10111 0 100011 11011010 11001 110101

Color Harmonies of #697FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FA5

Black with #697FA5

Text Example


Text Example

White with #697FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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