Html Css Color HEX #697C7D Blue Bayoux

📋 copy color: '#697C7D'

red 105 ◦ green 124 ◦ blue 125

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

Shades of Blue Bayoux #697C7D

Tints of Blue Bayoux #697C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 29.66%
G = 35.03%
B = 35.31%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#697C7D (or 0x697C7D) is known color: Blue Bayoux. HEX triplet: 69, 7C and 7D. RGB value is (105,124,125). Sum of RGB (Red+Green+Blue) = 105+124+125=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 125 - color contains mainly: blue. Hex color #697C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C7D is #968382. Grayscale: #767676. Windows color (decimal): -9864067 or 8223849. OLE color: 8223849.

HSL color Cylindrical-coordinate representation of color #697C7D: hue angle of 183º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #697C7D is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 124 125 -
CMYK 0.16 0.01 0 0.51
HSL 183º 0.09% 0.45% -
HSV(B) 183º 0.16% 0.49% -
XYZ 16.74 18.9 22.17 -
YUV 118.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 105 124 125 0.16 0.01 0 0.51 183 0.09 0.45
Hex 69 7C 7D 10 1 0 33 B7 9 2D
Octal 151 174 175 20 1 0 63 267 11 55
Binary 1101001 1111100 1111101 10000 1 0 110011 10110111 1001 101101

Color Harmonies of #697C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697C7D

Black with #697C7D

Text Example


Text Example

White with #697C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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