Html Css Color HEX #617279 Blue Bayoux

📋 copy color: '#617279'

red 97 ◦ green 114 ◦ blue 121

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

Shades of Blue Bayoux #617279

Tints of Blue Bayoux #617279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.34%

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

R = 29.22%
G = 34.34%
B = 36.45%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#617279 (or 0x617279) is known color: Blue Bayoux. HEX triplet: 61, 72 and 79. RGB value is (97,114,121). Sum of RGB (Red+Green+Blue) = 97+114+121=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 121 - color contains mainly: blue. Hex color #617279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617279 is #9E8D86. Grayscale: #6D6D6D. Windows color (decimal): -10390919 or 7959137. OLE color: 7959137.

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

Color convert

RGB 97 114 121 -
CMYK 0.20 0.06 0 0.53
HSL 197.5º 0.11% 0.43% -
HSV(B) 197.5º 0.2% 0.47% -
XYZ 14.4 15.96 20.41 -
YUV 109.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 97 114 121 0.20 0.06 0 0.53 197.5 0.11 0.43
Hex 61 72 79 14 6 0 35 C6 B 2B
Octal 141 162 171 24 6 0 65 306 13 53
Binary 1100001 1110010 1111001 10100 110 0 110101 11000110 1011 101011

Color Harmonies of #617279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617279

Black with #617279

Text Example


Text Example

White with #617279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617279; }

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

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

background-color css

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

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

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

border-color css

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

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

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