Html Css Color HEX #697479 Blue Bayoux

📋 copy color: '#697479'

red 105 ◦ green 116 ◦ blue 121

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

Shades of Blue Bayoux #697479

Tints of Blue Bayoux #697479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.92%

 BLUE value IS 121 (47.66% from 255) = 35.38%

R = 30.7%
G = 33.92%
B = 35.38%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#697479 (or 0x697479) is known color: Blue Bayoux. HEX triplet: 69, 74 and 79. RGB value is (105,116,121). Sum of RGB (Red+Green+Blue) = 105+116+121=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 121 - color contains mainly: blue. Hex color #697479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697479 is #968B86. Grayscale: #717171. Windows color (decimal): -9866119 or 7959657. OLE color: 7959657.

HSL color Cylindrical-coordinate representation of color #697479: hue angle of 198.75º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #697479 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 116 121 -
CMYK 0.13 0.04 0 0.53
HSL 198.75º 0.07% 0.44% -
HSV(B) 198.75º 0.13% 0.47% -
XYZ 15.52 16.87 20.53 -
YUV 113.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 105 116 121 0.13 0.04 0 0.53 198.75 0.07 0.44
Hex 69 74 79 D 4 0 35 C7 7 2C
Octal 151 164 171 15 4 0 65 307 7 54
Binary 1101001 1110100 1111001 1101 100 0 110101 11000111 111 101100

Color Harmonies of #697479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697479

Black with #697479

Text Example


Text Example

White with #697479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697479; }

 p { color: rgb(105,116,121); }

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

background-color css

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

 a { background-color: rgb(105,116,121); }

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

border-color css

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

 span { border-color: rgb(105,116,121); }

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