Html Css Color HEX #646A75 Shuttle Grey

📋 copy color: '#646A75'

red 100 ◦ green 106 ◦ blue 117

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

Shades of Shuttle Grey #646A75

Tints of Shuttle Grey #646A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.22%

R = 30.96%
G = 32.82%
B = 36.22%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#646A75 (or 0x646A75) is known color: Shuttle Grey. HEX triplet: 64, 6A and 75. RGB value is (100,106,117). Sum of RGB (Red+Green+Blue) = 100+106+117=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: blue. Hex color #646A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A75 is #9B958A. Grayscale: #696969. Windows color (decimal): -10196363 or 7694948. OLE color: 7694948.

HSL color Cylindrical-coordinate representation of color #646A75: hue angle of 218.82º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #646A75 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 106 117 -
CMYK 0.15 0.09 0 0.54
HSL 218.82º 0.08% 0.43% -
HSV(B) 218.82º 0.15% 0.46% -
XYZ 13.62 14.3 18.87 -
YUV 105.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 100 106 117 0.15 0.09 0 0.54 218.82 0.08 0.43
Hex 64 6A 75 F 9 0 36 DB 8 2B
Octal 144 152 165 17 11 0 66 333 10 53
Binary 1100100 1101010 1110101 1111 1001 0 110110 11011011 1000 101011

Color Harmonies of #646A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646A75

Black with #646A75

Text Example


Text Example

White with #646A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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