Html Css Color HEX #637278 Blue Bayoux

📋 copy color: '#637278'

red 99 ◦ green 114 ◦ blue 120

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

Shades of Blue Bayoux #637278

Tints of Blue Bayoux #637278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.04%

R = 29.73%
G = 34.23%
B = 36.04%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#637278 (or 0x637278) is known color: Blue Bayoux. HEX triplet: 63, 72 and 78. RGB value is (99,114,120). Sum of RGB (Red+Green+Blue) = 99+114+120=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 120 - color contains mainly: blue. Hex color #637278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637278 is #9C8D87. Grayscale: #6E6E6E. Windows color (decimal): -10259848 or 7893603. OLE color: 7893603.

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

Color convert

RGB 99 114 120 -
CMYK 0.17 0.05 0 0.53
HSL 197.14º 0.1% 0.43% -
HSV(B) 197.14º 0.18% 0.47% -
XYZ 14.55 16.04 20.1 -
YUV 110.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 99 114 120 0.17 0.05 0 0.53 197.14 0.1 0.43
Hex 63 72 78 11 5 0 35 C5 A 2B
Octal 143 162 170 21 5 0 65 305 12 53
Binary 1100011 1110010 1111000 10001 101 0 110101 11000101 1010 101011

Color Harmonies of #637278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637278

Black with #637278

Text Example


Text Example

White with #637278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637278; }

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

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

background-color css

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

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

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

border-color css

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

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

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