Html Css Color HEX #626770 Shuttle Grey

📋 copy color: '#626770'

red 98 ◦ green 103 ◦ blue 112

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

Shades of Shuttle Grey #626770

Tints of Shuttle Grey #626770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.91%

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

R = 31.31%
G = 32.91%
B = 35.78%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#626770 (or 0x626770) is known color: Shuttle Grey. HEX triplet: 62, 67 and 70. RGB value is (98,103,112). Sum of RGB (Red+Green+Blue) = 98+103+112=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 112 - color contains mainly: blue. Hex color #626770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626770 is #9D988F. Grayscale: #666666. Windows color (decimal): -10328208 or 7366498. OLE color: 7366498.

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

Color convert

RGB 98 103 112 -
CMYK 0.13 0.08 0 0.56
HSL 218.57º 0.07% 0.41% -
HSV(B) 218.57º 0.13% 0.44% -
XYZ 12.81 13.47 17.25 -
YUV 102.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 98 103 112 0.13 0.08 0 0.56 218.57 0.07 0.41
Hex 62 67 70 D 8 0 38 DB 7 29
Octal 142 147 160 15 10 0 70 333 7 51
Binary 1100010 1100111 1110000 1101 1000 0 111000 11011011 111 101001

Color Harmonies of #626770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626770

Black with #626770

Text Example


Text Example

White with #626770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626770; }

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

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

background-color css

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

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

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

border-color css

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

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

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