Html Css Color HEX #637782 Blue Bayoux

📋 copy color: '#637782'

red 99 ◦ green 119 ◦ blue 130

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

Shades of Blue Bayoux #637782

Tints of Blue Bayoux #637782

RGB

 RED value IS 99 (39.06% from 255) = 28.45%

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

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

R = 28.45%
G = 34.2%
B = 37.36%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#637782 (or 0x637782) is known color: Blue Bayoux. HEX triplet: 63, 77 and 82. RGB value is (99,119,130). Sum of RGB (Red+Green+Blue) = 99+119+130=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 130 - color contains mainly: blue. Hex color #637782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637782 is #9C887D. Grayscale: #727272. Windows color (decimal): -10258558 or 8550243. OLE color: 8550243.

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

Color convert

RGB 99 119 130 -
CMYK 0.24 0.08 0 0.49
HSL 201.29º 0.14% 0.45% -
HSV(B) 201.29º 0.24% 0.51% -
XYZ 15.77 17.46 23.66 -
YUV 114.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 99 119 130 0.24 0.08 0 0.49 201.29 0.14 0.45
Hex 63 77 82 18 8 0 31 C9 E 2D
Octal 143 167 202 30 10 0 61 311 16 55
Binary 1100011 1110111 10000010 11000 1000 0 110001 11001001 1110 101101

Color Harmonies of #637782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637782

Black with #637782

Text Example


Text Example

White with #637782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637782; }

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

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

background-color css

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

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

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

border-color css

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

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

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