Html Css Color HEX #63696D Mid Grey

📋 copy color: '#63696D'

red 99 ◦ green 105 ◦ blue 109

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

Shades of Mid Grey #63696D

Tints of Mid Grey #63696D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.55%

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 31.63%
G = 33.55%
B = 34.82%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#63696D (or 0x63696D) is known color: Mid Grey. HEX triplet: 63, 69 and 6D. RGB value is (99,105,109). Sum of RGB (Red+Green+Blue) = 99+105+109=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 109 - color contains mainly: blue. Hex color #63696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63696D is #9C9692. Grayscale: #676767. Windows color (decimal): -10262163 or 7170403. OLE color: 7170403.

HSL color Cylindrical-coordinate representation of color #63696D: hue angle of 204º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #63696D is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 99 105 109 -
CMYK 0.09 0.04 0 0.57
HSL 204º 0.05% 0.41% -
HSV(B) 204º 0.09% 0.43% -
XYZ 12.96 13.86 16.46 -
YUV 103.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 99 105 109 0.09 0.04 0 0.57 204 0.05 0.41
Hex 63 69 6D 9 4 0 39 CC 5 29
Octal 143 151 155 11 4 0 71 314 5 51
Binary 1100011 1101001 1101101 1001 100 0 111001 11001100 101 101001

Color Harmonies of #63696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63696D

Black with #63696D

Text Example


Text Example

White with #63696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63696D; }

 p { color: rgb(99,105,109); }

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

background-color css

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

 a { background-color: rgb(99,105,109); }

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

border-color css

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

 span { border-color: rgb(99,105,109); }

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