Html Css Color HEX #617782 Blue Bayoux

📋 copy color: '#617782'

red 97 ◦ green 119 ◦ blue 130

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

Shades of Blue Bayoux #617782

Tints of Blue Bayoux #617782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.57%

R = 28.03%
G = 34.39%
B = 37.57%

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

#617782 (or 0x617782) is known color: Blue Bayoux. HEX triplet: 61, 77 and 82. RGB value is (97,119,130). Sum of RGB (Red+Green+Blue) = 97+119+130=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #617782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617782 is #9E887D. Grayscale: #717171. Windows color (decimal): -10389630 or 8550241. OLE color: 8550241.

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

Color convert

RGB 97 119 130 -
CMYK 0.25 0.08 0 0.49
HSL 200º 0.15% 0.45% -
HSV(B) 200º 0.25% 0.51% -
XYZ 15.56 17.35 23.65 -
YUV 113.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 97 119 130 0.25 0.08 0 0.49 200 0.15 0.45
Hex 61 77 82 19 8 0 31 C8 F 2D
Octal 141 167 202 31 10 0 61 310 17 55
Binary 1100001 1110111 10000010 11001 1000 0 110001 11001000 1111 101101

Color Harmonies of #617782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617782

Black with #617782

Text Example


Text Example

White with #617782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617782; }

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

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

background-color css

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

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

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

border-color css

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

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

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