#636770

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

Shades of Shuttle Grey #636770

Tints of Shuttle Grey #636770

Color information

#636770 (or 0x636770) is unknown color: approx Shuttle Grey. HEX triplet: 63, 67 and 70. RGB value is (99,103,112). Sum of RGB (Red+Green+Blue) = 99+103+112=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 112 - color contains mainly: blue. Hex color #636770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636770 is #9C988F. Grayscale: #666666. Windows color (decimal): -10262672 or 7366499. OLE color: 7366499.

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

Color convert

RGB99103112-
CMYK0.120.0800.56
HSL221.54º6.16%41.37%-
HSV(B)221.54º11.61%43.92%-
XYZ12.9213.5217.26-
YUV102.83133.17125.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.53%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=31.53%
G=32.80%
B=35.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal991031120.120.0800.56221.546.1641.37
Hex636770C8038de629
Octal1431471601410070336651
Binary11000111100111111000011001000011100011011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636770; }

 p { color: rgb(99,103,112); }

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

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

 a { background-color: rgb(99,103,112); }

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

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

 span { border-color: rgb(99,103,112); }

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