#636975

Color #636975 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #636975

Tints of Shuttle Grey #636975

Color information

#636975 (or 0x636975) is unknown color: approx Shuttle Grey. HEX triplet: 63, 69 and 75. RGB value is (99,105,117). Sum of RGB (Red+Green+Blue) = 99+105+117=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 117 - color contains mainly: blue. Hex color #636975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636975 is #9C968A. Grayscale: #686868. Windows color (decimal): -10262155 or 7694691. OLE color: 7694691.

HSL color Cylindrical-coordinate representation of color #636975: hue angle of 220º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #636975 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB99105117-
CMYK0.150.1000.54
HSL220º8.33%42.35%-
HSV(B)220º15.38%45.88%-
XYZ13.4114.0418.83-
YUV104.57135.01124.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.84%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=30.84%
G=32.71%
B=36.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal991051170.150.1000.542208.3342.35
Hex636975FA036dc82a
Octal14315116517120663341052
Binary110001111010011110101111110100110110110111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636975; }

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

 H1.HeaderClassName
 {
   color: #636975;
 }
 .AnyTagClassName
 {
   color: #636975;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #636975;
 }
 .BgClassName
 {
   background-color: #636975;
 }
</style>
border-color css

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

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

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