#626971

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

Shades of Shuttle Grey #626971

Tints of Shuttle Grey #626971

Color information

#626971 (or 0x626971) is unknown color: approx Shuttle Grey. HEX triplet: 62, 69 and 71. RGB value is (98,105,113). Sum of RGB (Red+Green+Blue) = 98+105+113=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 113 - color contains mainly: blue. Hex color #626971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626971 is #9D968E. Grayscale: #676767. Windows color (decimal): -10327695 or 7432546. OLE color: 7432546.

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

Color convert

RGB98105113-
CMYK0.130.0700.56
HSL212º7.11%41.37%-
HSV(B)212º13.27%44.31%-
XYZ13.0713.8917.62-
YUV103.82133.18123.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.01%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=31.01%
G=33.23%
B=35.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal981051130.130.0700.562127.1141.37
Hex626971D7038d4729
Octal142151161157070324751
Binary1100010110100111100011101111011100011010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626971; }

 p { color: rgb(98,105,113); }

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

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

 a { background-color: rgb(98,105,113); }

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

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

 span { border-color: rgb(98,105,113); }

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