Html Css Color HEX #646A71 Shuttle Grey

📋 copy color: '#646A71'

red 100 ◦ green 106 ◦ blue 113

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

Shades of Shuttle Grey #646A71

Tints of Shuttle Grey #646A71

RGB

 RED value IS 100 (39.45% from 255) = 31.35%

 GREEN value IS 106 (41.8% from 255) = 33.23%

 BLUE value IS 113 (44.53% from 255) = 35.42%

R = 31.35%
G = 33.23%
B = 35.42%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#646A71 (or 0x646A71) is known color: Shuttle Grey. HEX triplet: 64, 6A and 71. RGB value is (100,106,113). Sum of RGB (Red+Green+Blue) = 100+106+113=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 113 - color contains mainly: blue. Hex color #646A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A71 is #9B958E. Grayscale: #686868. Windows color (decimal): -10196367 or 7432804. OLE color: 7432804.

HSL color Cylindrical-coordinate representation of color #646A71: hue angle of 212.31º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #646A71 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 106 113 -
CMYK 0.12 0.06 0 0.56
HSL 212.31º 0.06% 0.42% -
HSV(B) 212.31º 0.12% 0.44% -
XYZ 13.39 14.21 17.66 -
YUV 105 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 100 106 113 0.12 0.06 0 0.56 212.31 0.06 0.42
Hex 64 6A 71 C 6 0 38 D4 6 2A
Octal 144 152 161 14 6 0 70 324 6 52
Binary 1100100 1101010 1110001 1100 110 0 111000 11010100 110 101010

Color Harmonies of #646A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646A71

Black with #646A71

Text Example


Text Example

White with #646A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646A71; }

 p { color: rgb(100,106,113); }

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

background-color css

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

 a { background-color: rgb(100,106,113); }

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

border-color css

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

 span { border-color: rgb(100,106,113); }

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