#626A72

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

Shades of Shuttle Grey #626A72

Tints of Shuttle Grey #626A72

Color information

#626A72 (or 0x626A72) is unknown color: approx Shuttle Grey. HEX triplet: 62, 6A and 72. RGB value is (98,106,114). Sum of RGB (Red+Green+Blue) = 98+106+114=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 114 - color contains mainly: blue. Hex color #626A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626A72 is #9D958D. Grayscale: #686868. Windows color (decimal): -10327438 or 7498338. OLE color: 7498338.

HSL color Cylindrical-coordinate representation of color #626A72: hue angle of 210º 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 #626A72 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB98106114-
CMYK0.140.0700.55
HSL210º7.55%41.57%-
HSV(B)210º14.04%44.71%-
XYZ13.2314.1217.95-
YUV104.52133.35123.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.82%
GREEN value IS 106 (41.80% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=30.82%
G=33.33%
B=35.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal981061140.140.0700.552107.5541.57
Hex626A72E7037d282a
Octal1421521621670673221052
Binary11000101101010111001011101110110111110100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626A72; }

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

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

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

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

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

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

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

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