Html Css Color HEX #63666C Shuttle Grey

📋 copy color: '#63666C'

red 99 ◦ green 102 ◦ blue 108

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

Shades of Shuttle Grey #63666C

Tints of Shuttle Grey #63666C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.01%

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

R = 32.04%
G = 33.01%
B = 34.95%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63666C (or 0x63666C) is known color: Shuttle Grey. HEX triplet: 63, 66 and 6C. RGB value is (99,102,108). Sum of RGB (Red+Green+Blue) = 99+102+108=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 108 - color contains mainly: blue. Hex color #63666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63666C is #9C9993. Grayscale: #656565. Windows color (decimal): -10262932 or 7104099. OLE color: 7104099.

HSL color Cylindrical-coordinate representation of color #63666C: hue angle of 220º 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 #63666C is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 102 108 -
CMYK 0.08 0.06 0 0.58
HSL 220º 0.04% 0.41% -
HSV(B) 220º 0.08% 0.42% -
XYZ 12.6 13.24 16.08 -
YUV 101.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 99 102 108 0.08 0.06 0 0.58 220 0.04 0.41
Hex 63 66 6C 8 6 0 3A DC 4 29
Octal 143 146 154 10 6 0 72 334 4 51
Binary 1100011 1100110 1101100 1000 110 0 111010 11011100 100 101001

Color Harmonies of #63666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63666C

Black with #63666C

Text Example


Text Example

White with #63666C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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