Html Css Color HEX #63757B Blue Bayoux

📋 copy color: '#63757B'

red 99 ◦ green 117 ◦ blue 123

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

Shades of Blue Bayoux #63757B

Tints of Blue Bayoux #63757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.51%

 BLUE value IS 123 (48.44% from 255) = 36.28%

R = 29.2%
G = 34.51%
B = 36.28%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#63757B (or 0x63757B) is known color: Blue Bayoux. HEX triplet: 63, 75 and 7B. RGB value is (99,117,123). Sum of RGB (Red+Green+Blue) = 99+117+123=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 123 - color contains mainly: blue. Hex color #63757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63757B is #9C8A84. Grayscale: #707070. Windows color (decimal): -10259077 or 8090979. OLE color: 8090979.

HSL color Cylindrical-coordinate representation of color #63757B: hue angle of 195º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63757B is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 99 117 123 -
CMYK 0.20 0.05 0 0.52
HSL 195º 0.11% 0.44% -
HSV(B) 195º 0.2% 0.48% -
XYZ 15.08 16.81 21.19 -
YUV 112.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 99 117 123 0.20 0.05 0 0.52 195 0.11 0.44
Hex 63 75 7B 14 5 0 34 C3 B 2C
Octal 143 165 173 24 5 0 64 303 13 54
Binary 1100011 1110101 1111011 10100 101 0 110100 11000011 1011 101100

Color Harmonies of #63757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63757B

Black with #63757B

Text Example


Text Example

White with #63757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63757B; }

 p { color: rgb(99,117,123); }

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

background-color css

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

 a { background-color: rgb(99,117,123); }

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

border-color css

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

 span { border-color: rgb(99,117,123); }

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