Html Css Color HEX #646973 Shuttle Grey

📋 copy color: '#646973'

red 100 ◦ green 105 ◦ blue 115

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

Shades of Shuttle Grey #646973

Tints of Shuttle Grey #646973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.94%

R = 31.25%
G = 32.81%
B = 35.94%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#646973 (or 0x646973) is known color: Shuttle Grey. HEX triplet: 64, 69 and 73. RGB value is (100,105,115). Sum of RGB (Red+Green+Blue) = 100+105+115=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 115 - color contains mainly: blue. Hex color #646973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646973 is #9B968C. Grayscale: #686868. Windows color (decimal): -10196621 or 7563620. OLE color: 7563620.

HSL color Cylindrical-coordinate representation of color #646973: hue angle of 220º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #646973 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 105 115 -
CMYK 0.13 0.09 0 0.55
HSL 220º 0.07% 0.42% -
HSV(B) 220º 0.13% 0.45% -
XYZ 13.4 14.05 18.23 -
YUV 104.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 100 105 115 0.13 0.09 0 0.55 220 0.07 0.42
Hex 64 69 73 D 9 0 37 DC 7 2A
Octal 144 151 163 15 11 0 67 334 7 52
Binary 1100100 1101001 1110011 1101 1001 0 110111 11011100 111 101010

Color Harmonies of #646973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646973

Black with #646973

Text Example


Text Example

White with #646973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646973; }

 p { color: rgb(100,105,115); }

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

background-color css

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

 a { background-color: rgb(100,105,115); }

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

border-color css

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

 span { border-color: rgb(100,105,115); }

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