Html Css Color HEX #617781 Blue Bayoux

📋 copy color: '#617781'

red 97 ◦ green 119 ◦ blue 129

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

Shades of Blue Bayoux #617781

Tints of Blue Bayoux #617781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.39%

R = 28.12%
G = 34.49%
B = 37.39%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#617781 (or 0x617781) is known color: Blue Bayoux. HEX triplet: 61, 77 and 81. RGB value is (97,119,129). Sum of RGB (Red+Green+Blue) = 97+119+129=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 129 - color contains mainly: blue. Hex color #617781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617781 is #9E887E. Grayscale: #717171. Windows color (decimal): -10389631 or 8484705. OLE color: 8484705.

HSL color Cylindrical-coordinate representation of color #617781: hue angle of 198.75º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #617781 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 119 129 -
CMYK 0.25 0.08 0 0.49
HSL 198.75º 0.14% 0.44% -
HSV(B) 198.75º 0.25% 0.51% -
XYZ 15.49 17.32 23.3 -
YUV 113.56 136.71 116.19 -
System Red Green Blue C M Y K H S L
Decimal 97 119 129 0.25 0.08 0 0.49 198.75 0.14 0.44
Hex 61 77 81 19 8 0 31 C7 E 2C
Octal 141 167 201 31 10 0 61 307 16 54
Binary 1100001 1110111 10000001 11001 1000 0 110001 11000111 1110 101100

Color Harmonies of #617781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617781

Black with #617781

Text Example


Text Example

White with #617781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617781; }

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

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

background-color css

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

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

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

border-color css

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

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

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