Html Css Color HEX #63656A Shuttle Grey

📋 copy color: '#63656A'

red 99 ◦ green 101 ◦ blue 106

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

Shades of Shuttle Grey #63656A

Tints of Shuttle Grey #63656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

 BLUE value IS 106 (41.8% from 255) = 34.64%

R = 32.35%
G = 33.01%
B = 34.64%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63656A (or 0x63656A) is known color: Shuttle Grey. HEX triplet: 63, 65 and 6A. RGB value is (99,101,106). Sum of RGB (Red+Green+Blue) = 99+101+106=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 106 - color contains mainly: blue. Hex color #63656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63656A is #9C9A95. Grayscale: #646464. Windows color (decimal): -10263190 or 6972771. OLE color: 6972771.

HSL color Cylindrical-coordinate representation of color #63656A: hue angle of 222.86º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #63656A is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 101 106 -
CMYK 0.07 0.05 0 0.58
HSL 222.86º 0.03% 0.4% -
HSV(B) 222.86º 0.07% 0.42% -
XYZ 12.4 13 15.49 -
YUV 100.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 99 101 106 0.07 0.05 0 0.58 222.86 0.03 0.4
Hex 63 65 6A 7 5 0 3A DF 3 28
Octal 143 145 152 7 5 0 72 337 3 50
Binary 1100011 1100101 1101010 111 101 0 111010 11011111 11 101000

Color Harmonies of #63656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63656A

Black with #63656A

Text Example


Text Example

White with #63656A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,101,106); }

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

background-color css

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

 a { background-color: rgb(99,101,106); }

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

border-color css

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

 span { border-color: rgb(99,101,106); }

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