Html Css Color HEX #617780 Blue Bayoux

📋 copy color: '#617780'

red 97 ◦ green 119 ◦ blue 128

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

Shades of Blue Bayoux #617780

Tints of Blue Bayoux #617780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.59%

 BLUE value IS 128 (50.39% from 255) = 37.21%

R = 28.2%
G = 34.59%
B = 37.21%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#617780 (or 0x617780) is known color: Blue Bayoux. HEX triplet: 61, 77 and 80. RGB value is (97,119,128). Sum of RGB (Red+Green+Blue) = 97+119+128=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 128 - color contains mainly: blue. Hex color #617780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617780 is #9E887F. Grayscale: #717171. Windows color (decimal): -10389632 or 8419169. OLE color: 8419169.

HSL color Cylindrical-coordinate representation of color #617780: hue angle of 197.42º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #617780 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 119 128 -
CMYK 0.24 0.07 0 0.50
HSL 197.42º 0.14% 0.44% -
HSV(B) 197.42º 0.24% 0.5% -
XYZ 15.42 17.29 22.95 -
YUV 113.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 97 119 128 0.24 0.07 0 0.50 197.42 0.14 0.44
Hex 61 77 80 18 7 0 32 C5 E 2C
Octal 141 167 200 30 7 0 62 305 16 54
Binary 1100001 1110111 10000000 11000 111 0 110010 11000101 1110 101100

Color Harmonies of #617780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617780

Black with #617780

Text Example


Text Example

White with #617780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617780; }

 p { color: rgb(97,119,128); }

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

background-color css

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

 a { background-color: rgb(97,119,128); }

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

border-color css

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

 span { border-color: rgb(97,119,128); }

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