Html Css Color HEX #63696F Shuttle Grey

📋 copy color: '#63696F'

red 99 ◦ green 105 ◦ blue 111

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

Shades of Shuttle Grey #63696F

Tints of Shuttle Grey #63696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.24%

R = 31.43%
G = 33.33%
B = 35.24%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#63696F (or 0x63696F) is known color: Shuttle Grey. HEX triplet: 63, 69 and 6F. RGB value is (99,105,111). Sum of RGB (Red+Green+Blue) = 99+105+111=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 111 - color contains mainly: blue. Hex color #63696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63696F is #9C9690. Grayscale: #676767. Windows color (decimal): -10262161 or 7301475. OLE color: 7301475.

HSL color Cylindrical-coordinate representation of color #63696F: hue angle of 210º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #63696F is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 105 111 -
CMYK 0.11 0.05 0 0.56
HSL 210º 0.06% 0.41% -
HSV(B) 210º 0.11% 0.44% -
XYZ 13.07 13.9 17.03 -
YUV 103.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 99 105 111 0.11 0.05 0 0.56 210 0.06 0.41
Hex 63 69 6F B 5 0 38 D2 6 29
Octal 143 151 157 13 5 0 70 322 6 51
Binary 1100011 1101001 1101111 1011 101 0 111000 11010010 110 101001

Color Harmonies of #63696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63696F

Black with #63696F

Text Example


Text Example

White with #63696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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