Html Css Color HEX #617679 Blue Bayoux

📋 copy color: '#617679'

red 97 ◦ green 118 ◦ blue 121

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

Shades of Blue Bayoux #617679

Tints of Blue Bayoux #617679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.12%

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

R = 28.87%
G = 35.12%
B = 36.01%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#617679 (or 0x617679) is known color: Blue Bayoux. HEX triplet: 61, 76 and 79. RGB value is (97,118,121). Sum of RGB (Red+Green+Blue) = 97+118+121=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 121 - color contains mainly: blue. Hex color #617679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617679 is #9E8986. Grayscale: #707070. Windows color (decimal): -10389895 or 7960161. OLE color: 7960161.

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

Color convert

RGB 97 118 121 -
CMYK 0.20 0.02 0 0.53
HSL 187.5º 0.11% 0.43% -
HSV(B) 187.5º 0.2% 0.47% -
XYZ 14.86 16.88 20.56 -
YUV 112.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 97 118 121 0.20 0.02 0 0.53 187.5 0.11 0.43
Hex 61 76 79 14 2 0 35 BC B 2B
Octal 141 166 171 24 2 0 65 274 13 53
Binary 1100001 1110110 1111001 10100 10 0 110101 10111100 1011 101011

Color Harmonies of #617679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617679

Black with #617679

Text Example


Text Example

White with #617679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617679; }

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

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

background-color css

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

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

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

border-color css

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

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

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