Html Css Color HEX #63686C Mid Grey

📋 copy color: '#63686C'

red 99 ◦ green 104 ◦ blue 108

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

Shades of Mid Grey #63686C

Tints of Mid Grey #63686C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.44%

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 31.83%
G = 33.44%
B = 34.73%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63686C (or 0x63686C) is known color: Mid Grey. HEX triplet: 63, 68 and 6C. RGB value is (99,104,108). Sum of RGB (Red+Green+Blue) = 99+104+108=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 108 - color contains mainly: blue. Hex color #63686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63686C is #9C9793. Grayscale: #666666. Windows color (decimal): -10262420 or 7104611. OLE color: 7104611.

HSL color Cylindrical-coordinate representation of color #63686C: hue angle of 206.67º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #63686C is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 104 108 -
CMYK 0.08 0.04 0 0.58
HSL 206.67º 0.04% 0.41% -
HSV(B) 206.67º 0.08% 0.42% -
XYZ 12.8 13.64 16.14 -
YUV 102.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 99 104 108 0.08 0.04 0 0.58 206.67 0.04 0.41
Hex 63 68 6C 8 4 0 3A CF 4 29
Octal 143 150 154 10 4 0 72 317 4 51
Binary 1100011 1101000 1101100 1000 100 0 111010 11001111 100 101001

Color Harmonies of #63686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63686C

Black with #63686C

Text Example


Text Example

White with #63686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63686C; }

 p { color: rgb(99,104,108); }

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

background-color css

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

 a { background-color: rgb(99,104,108); }

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

border-color css

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

 span { border-color: rgb(99,104,108); }

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