Html Css Color HEX #637982 Blue Bayoux

📋 copy color: '#637982'

red 99 ◦ green 121 ◦ blue 130

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

Shades of Blue Bayoux #637982

Tints of Blue Bayoux #637982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.57%

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

R = 28.29%
G = 34.57%
B = 37.14%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#637982 (or 0x637982) is known color: Blue Bayoux. HEX triplet: 63, 79 and 82. RGB value is (99,121,130). Sum of RGB (Red+Green+Blue) = 99+121+130=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #637982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637982 is #9C867D. Grayscale: #737373. Windows color (decimal): -10258046 or 8550755. OLE color: 8550755.

HSL color Cylindrical-coordinate representation of color #637982: hue angle of 197.42º 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 #637982 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 121 130 -
CMYK 0.24 0.07 0 0.49
HSL 197.42º 0.14% 0.45% -
HSV(B) 197.42º 0.24% 0.51% -
XYZ 16.01 17.94 23.74 -
YUV 115.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 99 121 130 0.24 0.07 0 0.49 197.42 0.14 0.45
Hex 63 79 82 18 7 0 31 C5 E 2D
Octal 143 171 202 30 7 0 61 305 16 55
Binary 1100011 1111001 10000010 11000 111 0 110001 11000101 1110 101101

Color Harmonies of #637982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637982

Black with #637982

Text Example


Text Example

White with #637982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637982; }

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

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

background-color css

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

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

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

border-color css

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

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

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