Html Css Color HEX #626970 Shuttle Grey

📋 copy color: '#626970'

red 98 ◦ green 105 ◦ blue 112

#626970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shuttle Grey #626970

Tints of Shuttle Grey #626970

RGB

 RED value IS 98 (38.67% from 255) = 31.11%

 GREEN value IS 105 (41.41% from 255) = 33.33%

 BLUE value IS 112 (44.14% from 255) = 35.56%

R = 31.11%
G = 33.33%
B = 35.56%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#626970 (or 0x626970) is known color: Shuttle Grey. HEX triplet: 62, 69 and 70. RGB value is (98,105,112). Sum of RGB (Red+Green+Blue) = 98+105+112=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 112 - color contains mainly: blue. Hex color #626970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626970 is #9D968F. Grayscale: #676767. Windows color (decimal): -10327696 or 7367010. OLE color: 7367010.

HSL color Cylindrical-coordinate representation of color #626970: hue angle of 210º degrees, saturation: 0.07, 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 #626970 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 105 112 -
CMYK 0.13 0.06 0 0.56
HSL 210º 0.07% 0.41% -
HSV(B) 210º 0.13% 0.44% -
XYZ 13.01 13.87 17.32 -
YUV 103.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 98 105 112 0.13 0.06 0 0.56 210 0.07 0.41
Hex 62 69 70 D 6 0 38 D2 7 29
Octal 142 151 160 15 6 0 70 322 7 51
Binary 1100010 1101001 1110000 1101 110 0 111000 11010010 111 101001

Color Harmonies of #626970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626970

Black with #626970

Text Example


Text Example

White with #626970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626970; }

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

 H1.HeaderClassName
 {
   color: #626970;
 }
 .AnyTagClassName
 {
   color: #626970;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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