Html Css Color HEX #637277 Blue Bayoux

📋 copy color: '#637277'

red 99 ◦ green 114 ◦ blue 119

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

Shades of Blue Bayoux #637277

Tints of Blue Bayoux #637277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.34%

 BLUE value IS 119 (46.88% from 255) = 35.84%

R = 29.82%
G = 34.34%
B = 35.84%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#637277 (or 0x637277) is known color: Blue Bayoux. HEX triplet: 63, 72 and 77. RGB value is (99,114,119). Sum of RGB (Red+Green+Blue) = 99+114+119=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 119 - color contains mainly: blue. Hex color #637277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637277 is #9C8D88. Grayscale: #6E6E6E. Windows color (decimal): -10259849 or 7828067. OLE color: 7828067.

HSL color Cylindrical-coordinate representation of color #637277: hue angle of 195º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #637277 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 99 114 119 -
CMYK 0.17 0.04 0 0.53
HSL 195º 0.09% 0.43% -
HSV(B) 195º 0.17% 0.47% -
XYZ 14.49 16.02 19.78 -
YUV 110.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 99 114 119 0.17 0.04 0 0.53 195 0.09 0.43
Hex 63 72 77 11 4 0 35 C3 9 2B
Octal 143 162 167 21 4 0 65 303 11 53
Binary 1100011 1110010 1110111 10001 100 0 110101 11000011 1001 101011

Color Harmonies of #637277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637277

Black with #637277

Text Example


Text Example

White with #637277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637277; }

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

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

background-color css

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

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

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

border-color css

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

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

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