Html Css Color HEX #617079 Blue Bayoux

📋 copy color: '#617079'

red 97 ◦ green 112 ◦ blue 121

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

Shades of Blue Bayoux #617079

Tints of Blue Bayoux #617079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.94%

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

R = 29.39%
G = 33.94%
B = 36.67%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#617079 (or 0x617079) is known color: Blue Bayoux. HEX triplet: 61, 70 and 79. RGB value is (97,112,121). Sum of RGB (Red+Green+Blue) = 97+112+121=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 121 - color contains mainly: blue. Hex color #617079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617079 is #9E8F86. Grayscale: #6C6C6C. Windows color (decimal): -10391431 or 7958625. OLE color: 7958625.

HSL color Cylindrical-coordinate representation of color #617079: hue angle of 202.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 #617079 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 112 121 -
CMYK 0.20 0.07 0 0.53
HSL 202.5º 0.11% 0.43% -
HSV(B) 202.5º 0.2% 0.47% -
XYZ 14.18 15.51 20.34 -
YUV 108.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 97 112 121 0.20 0.07 0 0.53 202.5 0.11 0.43
Hex 61 70 79 14 7 0 35 CA B 2B
Octal 141 160 171 24 7 0 65 312 13 53
Binary 1100001 1110000 1111001 10100 111 0 110101 11001010 1011 101011

Color Harmonies of #617079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617079

Black with #617079

Text Example


Text Example

White with #617079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617079; }

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

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

background-color css

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

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

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

border-color css

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

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

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