#626972

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

Shades of Shuttle Grey #626972

Tints of Shuttle Grey #626972

Color information

#626972 (or 0x626972) is unknown color: approx Shuttle Grey. HEX triplet: 62, 69 and 72. RGB value is (98,105,114). Sum of RGB (Red+Green+Blue) = 98+105+114=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 114 - color contains mainly: blue. Hex color #626972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626972 is #9D968D. Grayscale: #676767. Windows color (decimal): -10327694 or 7498082. OLE color: 7498082.

HSL color Cylindrical-coordinate representation of color #626972: hue angle of 213.75º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #626972 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB98105114-
CMYK0.140.0800.55
HSL213.75º7.55%41.57%-
HSV(B)213.75º14.04%44.71%-
XYZ13.1313.9117.91-
YUV103.93133.68123.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.91%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=30.91%
G=33.12%
B=35.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal981051140.140.0800.55213.757.5541.57
Hex626972E8037d682a
Octal14215116216100673261052
Binary110001011010011110010111010000110111110101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626972; }

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

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

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

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

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

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

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

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