Html Css Color HEX #697CA4 Ship Cove

📋 copy color: '#697CA4'

red 105 ◦ green 124 ◦ blue 164

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

Shades of Ship Cove #697CA4

Tints of Ship Cove #697CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.73%

R = 26.72%
G = 31.55%
B = 41.73%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#697CA4 (or 0x697CA4) is known color: Ship Cove. HEX triplet: 69, 7C and A4. RGB value is (105,124,164). Sum of RGB (Red+Green+Blue) = 105+124+164=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 164 - color contains mainly: blue. Hex color #697CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697CA4 is #96835B. Grayscale: #7A7A7A. Windows color (decimal): -9864028 or 10779753. OLE color: 10779753.

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

Color convert

RGB 105 124 164 -
CMYK 0.36 0.24 0 0.36
HSL 220.68º 0.24% 0.53% -
HSV(B) 220.68º 0.36% 0.64% -
XYZ 19.73 20.1 37.96 -
YUV 122.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 105 124 164 0.36 0.24 0 0.36 220.68 0.24 0.53
Hex 69 7C A4 24 18 0 24 DD 18 35
Octal 151 174 244 44 30 0 44 335 30 65
Binary 1101001 1111100 10100100 100100 11000 0 100100 11011101 11000 110101

Color Harmonies of #697CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CA4

Black with #697CA4

Text Example


Text Example

White with #697CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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