Html Css Color HEX #626A72 Shuttle Grey

📋 copy color: '#626A72'

red 98 ◦ green 106 ◦ blue 114

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

Shades of Shuttle Grey #626A72

Tints of Shuttle Grey #626A72

RGB

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

 GREEN value IS 106 (41.8% 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 value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#626A72 (or 0x626A72) is known color: 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

RGB 98 106 114 -
CMYK 0.14 0.07 0 0.55
HSL 210º 0.08% 0.42% -
HSV(B) 210º 0.14% 0.45% -
XYZ 13.23 14.12 17.95 -
YUV 104.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 98 106 114 0.14 0.07 0 0.55 210 0.08 0.42
Hex 62 6A 72 E 7 0 37 D2 8 2A
Octal 142 152 162 16 7 0 67 322 10 52
Binary 1100010 1101010 1110010 1110 111 0 110111 11010010 1000 101010

Color Harmonies of #626A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626A72

Black with #626A72

Text Example


Text Example

White with #626A72

Text Example


Text Example

HTML Codes & Css Web 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>