Html Css Color HEX #617479 Blue Bayoux

📋 copy color: '#617479'

red 97 ◦ green 116 ◦ blue 121

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

Shades of Blue Bayoux #617479

Tints of Blue Bayoux #617479

RGB

 RED value IS 97 (38.28% from 255) = 29.04%

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

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

R = 29.04%
G = 34.73%
B = 36.23%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#617479 (or 0x617479) is known color: Blue Bayoux. HEX triplet: 61, 74 and 79. RGB value is (97,116,121). Sum of RGB (Red+Green+Blue) = 97+116+121=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 121 - color contains mainly: blue. Hex color #617479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617479 is #9E8B86. Grayscale: #6E6E6E. Windows color (decimal): -10390407 or 7959649. OLE color: 7959649.

HSL color Cylindrical-coordinate representation of color #617479: hue angle of 192.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #617479 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 116 121 -
CMYK 0.20 0.04 0 0.53
HSL 192.5º 0.11% 0.43% -
HSV(B) 192.5º 0.2% 0.47% -
XYZ 14.63 16.41 20.49 -
YUV 110.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 97 116 121 0.20 0.04 0 0.53 192.5 0.11 0.43
Hex 61 74 79 14 4 0 35 C0 B 2B
Octal 141 164 171 24 4 0 65 300 13 53
Binary 1100001 1110100 1111001 10100 100 0 110101 11000000 1011 101011

Color Harmonies of #617479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617479

Black with #617479

Text Example


Text Example

White with #617479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617479; }

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

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

background-color css

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

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

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

border-color css

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

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

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