Html Css Color HEX #63717A Blue Bayoux

📋 copy color: '#63717A'

red 99 ◦ green 113 ◦ blue 122

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

Shades of Blue Bayoux #63717A

Tints of Blue Bayoux #63717A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.83%

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 29.64%
G = 33.83%
B = 36.53%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#63717A (or 0x63717A) is known color: Blue Bayoux. HEX triplet: 63, 71 and 7A. RGB value is (99,113,122). Sum of RGB (Red+Green+Blue) = 99+113+122=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #63717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63717A is #9C8E85. Grayscale: #6D6D6D. Windows color (decimal): -10260102 or 8024419. OLE color: 8024419.

HSL color Cylindrical-coordinate representation of color #63717A: hue angle of 203.48º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #63717A is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 99 113 122 -
CMYK 0.19 0.07 0 0.52
HSL 203.48º 0.1% 0.43% -
HSV(B) 203.48º 0.19% 0.48% -
XYZ 14.56 15.87 20.71 -
YUV 109.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 99 113 122 0.19 0.07 0 0.52 203.48 0.1 0.43
Hex 63 71 7A 13 7 0 34 CB A 2B
Octal 143 161 172 23 7 0 64 313 12 53
Binary 1100011 1110001 1111010 10011 111 0 110100 11001011 1010 101011

Color Harmonies of #63717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63717A

Black with #63717A

Text Example


Text Example

White with #63717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63717A; }

 p { color: rgb(99,113,122); }

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

background-color css

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

 a { background-color: rgb(99,113,122); }

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

border-color css

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

 span { border-color: rgb(99,113,122); }

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